Html Css Color HEX #FCCC45 Kournikova

📋 copy color: '#FCCC45'

red 252 ◦ green 204 ◦ blue 69

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

Shades of Kournikova #FCCC45

Tints of Kournikova #FCCC45

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.86%

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

R = 48%
G = 38.86%
B = 13.14%

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

#FCCC45 (or 0xFCCC45) is known color: Kournikova. HEX triplet: FC, CC and 45. RGB value is (252,204,69). Sum of RGB (Red+Green+Blue) = 252+204+69=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 69 (27.34% from 255 or 13.14% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCC45 is #0333BA. Grayscale: #CBCBCB. Windows color (decimal): -209851 or 4574460. OLE color: 4574460.

HSL color Cylindrical-coordinate representation of color #FCCC45: hue angle of 44.26º 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 #FCCC45 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 204 69 -
CMYK 0 0.19 0.73 0.01
HSL 44.26º 0.97% 0.63% -
HSV(B) 44.26º 0.73% 0.99% -
XYZ 62.81 64.31 14.73 -
YUV 202.96 52.4 162.98 -
System Red Green Blue C M Y K H S L
Decimal 252 204 69 0 0.19 0.73 0.01 44.26 0.97 0.63
Hex FC CC 45 0 13 49 1 2C 61 3F
Octal 374 314 105 0 23 111 1 54 141 77
Binary 11111100 11001100 1000101 0 10011 1001001 1 101100 1100001 111111

Color Harmonies of #FCCC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC45

Black with #FCCC45

Text Example


Text Example

White with #FCCC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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