Html Css Color HEX #FCCB55 Kournikova

📋 copy color: '#FCCB55'

red 252 ◦ green 203 ◦ blue 85

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

Shades of Kournikova #FCCB55

Tints of Kournikova #FCCB55

RGB

 RED value IS 252 (98.83% from 255) = 46.67%

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

 BLUE value IS 85 (33.59% from 255) = 15.74%

R = 46.67%
G = 37.59%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCCB55 (or 0xFCCB55) is known color: Kournikova. HEX triplet: FC, CB and 55. RGB value is (252,203,85). Sum of RGB (Red+Green+Blue) = 252+203+85=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 85 (33.59% from 255 or 15.74% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB55 is #0334AA. Grayscale: #CCCCCC. Windows color (decimal): -210091 or 5622780. OLE color: 5622780.

HSL color Cylindrical-coordinate representation of color #FCCB55: hue angle of 42.4º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FCCB55 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 203 85 -
CMYK 0 0.19 0.66 0.01
HSL 42.4º 0.97% 0.66% -
HSV(B) 42.4º 0.66% 0.99% -
XYZ 63.14 64.06 17.63 -
YUV 204.2 60.73 162.09 -
System Red Green Blue C M Y K H S L
Decimal 252 203 85 0 0.19 0.66 0.01 42.4 0.97 0.66
Hex FC CB 55 0 13 42 1 2A 61 42
Octal 374 313 125 0 23 102 1 52 141 102
Binary 11111100 11001011 1010101 0 10011 1000010 1 101010 1100001 1000010

Color Harmonies of #FCCB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB55

Black with #FCCB55

Text Example


Text Example

White with #FCCB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB55; }

 p { color: rgb(252,203,85); }

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

background-color css

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

 a { background-color: rgb(252,203,85); }

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

border-color css

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

 span { border-color: rgb(252,203,85); }

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