Html Css Color HEX #FBCE50 Kournikova

📋 copy color: '#FBCE50'

red 251 ◦ green 206 ◦ blue 80

#FBCE50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kournikova #FBCE50

Tints of Kournikova #FBCE50

RGB

 RED value IS 251 (98.44% from 255) = 46.74%

 GREEN value IS 206 (80.86% from 255) = 38.36%

 BLUE value IS 80 (31.64% from 255) = 14.9%

R = 46.74%
G = 38.36%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FBCE50 (or 0xFBCE50) is known color: Kournikova. HEX triplet: FB, CE and 50. RGB value is (251,206,80). Sum of RGB (Red+Green+Blue) = 251+206+80=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 80 (31.64% from 255 or 14.90% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCE50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCE50 is #0431AF. Grayscale: #CDCDCD. Windows color (decimal): -274864 or 5295867. OLE color: 5295867.

HSL color Cylindrical-coordinate representation of color #FBCE50: hue angle of 44.21º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FBCE50 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 206 80 -
CMYK 0 0.18 0.68 0.02
HSL 44.21º 0.96% 0.65% -
HSV(B) 44.21º 0.68% 0.98% -
XYZ 63.3 65.23 16.84 -
YUV 205.09 57.41 160.75 -
System Red Green Blue C M Y K H S L
Decimal 251 206 80 0 0.18 0.68 0.02 44.21 0.96 0.65
Hex FB CE 50 0 12 44 2 2C 60 41
Octal 373 316 120 0 22 104 2 54 140 101
Binary 11111011 11001110 1010000 0 10010 1000100 10 101100 1100000 1000001

Color Harmonies of #FBCE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCE50

Black with #FBCE50

Text Example


Text Example

White with #FBCE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCE50; }

 p { color: rgb(251,206,80); }

 H1.HeaderClassName
 {
   color: #FBCE50;
 }
 .AnyTagClassName
 {
   color: #FBCE50;
 }
</style>

background-color css

<style>
 a { background-color: #FBCE50; }

 a { background-color: rgb(251,206,80); }

 div.DivClassName
 {
   background-color: #FBCE50;
 }
 .BgClassName
 {
   background-color: #FBCE50;
 }
</style>

border-color css

<style>
 span { border-color: #FBCE50; }

 span { border-color: rgb(251,206,80); }

 td.TdClassName
 {
   border-color: #FBCE50;
 }
 .TagClassName
 {
   border-color: #FBCE50;
 }
</style>