Html Css Color HEX #FCCF5C Kournikova

📋 copy color: '#FCCF5C'

red 252 ◦ green 207 ◦ blue 92

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

Shades of Kournikova #FCCF5C

Tints of Kournikova #FCCF5C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.57%

 BLUE value IS 92 (36.33% from 255) = 16.7%

R = 45.74%
G = 37.57%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCCF5C (or 0xFCCF5C) is known color: Kournikova. HEX triplet: FC, CF and 5C. RGB value is (252,207,92). Sum of RGB (Red+Green+Blue) = 252+207+92=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 92 (36.33% from 255 or 16.70% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCF5C is #0330A3. Grayscale: #CFCFCF. Windows color (decimal): -209060 or 6082556. OLE color: 6082556.

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

Color convert

RGB 252 207 92 -
CMYK 0 0.18 0.63 0.01
HSL 43.13º 0.96% 0.67% -
HSV(B) 43.13º 0.63% 0.99% -
XYZ 64.39 66.09 19.49 -
YUV 207.35 62.91 159.85 -
System Red Green Blue C M Y K H S L
Decimal 252 207 92 0 0.18 0.63 0.01 43.13 0.96 0.67
Hex FC CF 5C 0 12 3F 1 2B 60 43
Octal 374 317 134 0 22 77 1 53 140 103
Binary 11111100 11001111 1011100 0 10010 111111 1 101011 1100000 1000011

Color Harmonies of #FCCF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCF5C

Black with #FCCF5C

Text Example


Text Example

White with #FCCF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCF5C; }

 p { color: rgb(252,207,92); }

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

background-color css

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

 a { background-color: rgb(252,207,92); }

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

border-color css

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

 span { border-color: rgb(252,207,92); }

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