Html Css Color HEX #FCCB45 Kournikova

📋 copy color: '#FCCB45'

red 252 ◦ green 203 ◦ blue 69

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

Shades of Kournikova #FCCB45

Tints of Kournikova #FCCB45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.17%

R = 48.09%
G = 38.74%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCCB45 (or 0xFCCB45) is known color: Kournikova. HEX triplet: FC, CB and 45. RGB value is (252,203,69). Sum of RGB (Red+Green+Blue) = 252+203+69=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 69 (27.34% from 255 or 13.17% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCB45 is #0334BA. Grayscale: #CACACA. Windows color (decimal): -210107 or 4574204. OLE color: 4574204.

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

Color convert

RGB 252 203 69 -
CMYK 0 0.19 0.73 0.01
HSL 43.93º 0.97% 0.63% -
HSV(B) 43.93º 0.73% 0.99% -
XYZ 62.58 63.84 14.65 -
YUV 202.38 52.73 163.4 -
System Red Green Blue C M Y K H S L
Decimal 252 203 69 0 0.19 0.73 0.01 43.93 0.97 0.63
Hex FC CB 45 0 13 49 1 2C 61 3F
Octal 374 313 105 0 23 111 1 54 141 77
Binary 11111100 11001011 1000101 0 10011 1001001 1 101100 1100001 111111

Color Harmonies of #FCCB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB45

Black with #FCCB45

Text Example


Text Example

White with #FCCB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB45; }

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

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

background-color css

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

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

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

border-color css

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

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

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