Html Css Color HEX #FBCB4C Kournikova

📋 copy color: '#FBCB4C'

red 251 ◦ green 203 ◦ blue 76

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

Shades of Kournikova #FBCB4C

Tints of Kournikova #FBCB4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.34%

R = 47.36%
G = 38.3%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FBCB4C (or 0xFBCB4C) is known color: Kournikova. HEX triplet: FB, CB and 4C. RGB value is (251,203,76). Sum of RGB (Red+Green+Blue) = 251+203+76=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 76 (30.08% from 255 or 14.34% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCB4C is #0434B3. Grayscale: #CBCBCB. Windows color (decimal): -275636 or 5032955. OLE color: 5032955.

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

Color convert

RGB 251 203 76 -
CMYK 0 0.19 0.70 0.02
HSL 43.54º 0.96% 0.64% -
HSV(B) 43.54º 0.7% 0.98% -
XYZ 62.44 63.74 15.85 -
YUV 202.87 56.4 162.33 -
System Red Green Blue C M Y K H S L
Decimal 251 203 76 0 0.19 0.70 0.02 43.54 0.96 0.64
Hex FB CB 4C 0 13 46 2 2C 60 40
Octal 373 313 114 0 23 106 2 54 140 100
Binary 11111011 11001011 1001100 0 10011 1000110 10 101100 1100000 1000000

Color Harmonies of #FBCB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCB4C

Black with #FBCB4C

Text Example


Text Example

White with #FBCB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCB4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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