Html Css Color HEX #FBCB4E Kournikova

📋 copy color: '#FBCB4E'

red 251 ◦ green 203 ◦ blue 78

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

Shades of Kournikova #FBCB4E

Tints of Kournikova #FBCB4E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.16%

 BLUE value IS 78 (30.86% from 255) = 14.66%

R = 47.18%
G = 38.16%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FBCB4E (or 0xFBCB4E) is known color: Kournikova. HEX triplet: FB, CB and 4E. RGB value is (251,203,78). Sum of RGB (Red+Green+Blue) = 251+203+78=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 78 (30.86% from 255 or 14.66% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCB4E is #0434B1. Grayscale: #CBCBCB. Windows color (decimal): -275634 or 5164027. OLE color: 5164027.

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

Color convert

RGB 251 203 78 -
CMYK 0 0.19 0.69 0.02
HSL 43.35º 0.96% 0.65% -
HSV(B) 43.35º 0.69% 0.98% -
XYZ 62.51 63.77 16.22 -
YUV 203.1 57.4 162.16 -
System Red Green Blue C M Y K H S L
Decimal 251 203 78 0 0.19 0.69 0.02 43.35 0.96 0.65
Hex FB CB 4E 0 13 45 2 2B 60 41
Octal 373 313 116 0 23 105 2 53 140 101
Binary 11111011 11001011 1001110 0 10011 1000101 10 101011 1100000 1000001

Color Harmonies of #FBCB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCB4E

Black with #FBCB4E

Text Example


Text Example

White with #FBCB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCB4E; }

 p { color: rgb(251,203,78); }

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

background-color css

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

 a { background-color: rgb(251,203,78); }

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

border-color css

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

 span { border-color: rgb(251,203,78); }

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