Html Css Color HEX #FCCC4A Kournikova

📋 copy color: '#FCCC4A'

red 252 ◦ green 204 ◦ blue 74

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

Shades of Kournikova #FCCC4A

Tints of Kournikova #FCCC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.96%

R = 47.55%
G = 38.49%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCCC4A (or 0xFCCC4A) is known color: Kournikova. HEX triplet: FC, CC and 4A. RGB value is (252,204,74). Sum of RGB (Red+Green+Blue) = 252+204+74=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 74 (29.30% from 255 or 13.96% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCC4A is #0333B5. Grayscale: #CCCCCC. Windows color (decimal): -209846 or 4902140. OLE color: 4902140.

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

Color convert

RGB 252 204 74 -
CMYK 0 0.19 0.71 0.01
HSL 43.82º 0.97% 0.64% -
HSV(B) 43.82º 0.71% 0.99% -
XYZ 62.97 64.38 15.59 -
YUV 203.53 54.9 162.57 -
System Red Green Blue C M Y K H S L
Decimal 252 204 74 0 0.19 0.71 0.01 43.82 0.97 0.64
Hex FC CC 4A 0 13 47 1 2C 61 40
Octal 374 314 112 0 23 107 1 54 141 100
Binary 11111100 11001100 1001010 0 10011 1000111 1 101100 1100001 1000000

Color Harmonies of #FCCC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC4A

Black with #FCCC4A

Text Example


Text Example

White with #FCCC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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