Html Css Color HEX #FCCC4E Kournikova

📋 copy color: '#FCCC4E'

red 252 ◦ green 204 ◦ blue 78

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

Shades of Kournikova #FCCC4E

Tints of Kournikova #FCCC4E

RGB

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

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

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

R = 47.19%
G = 38.2%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCCC4E (or 0xFCCC4E) is known color: Kournikova. HEX triplet: FC, CC and 4E. RGB value is (252,204,78). Sum of RGB (Red+Green+Blue) = 252+204+78=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 78 (30.86% from 255 or 14.61% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC4E is #0333B1. Grayscale: #CCCCCC. Windows color (decimal): -209842 or 5164284. OLE color: 5164284.

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

Color convert

RGB 252 204 78 -
CMYK 0 0.19 0.69 0.01
HSL 43.45º 0.97% 0.65% -
HSV(B) 43.45º 0.69% 0.99% -
XYZ 63.11 64.43 16.32 -
YUV 203.99 56.9 162.25 -
System Red Green Blue C M Y K H S L
Decimal 252 204 78 0 0.19 0.69 0.01 43.45 0.97 0.65
Hex FC CC 4E 0 13 45 1 2B 61 41
Octal 374 314 116 0 23 105 1 53 141 101
Binary 11111100 11001100 1001110 0 10011 1000101 1 101011 1100001 1000001

Color Harmonies of #FCCC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC4E

Black with #FCCC4E

Text Example


Text Example

White with #FCCC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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