Html Css Color HEX #FCCF52 Kournikova

📋 copy color: '#FCCF52'

red 252 ◦ green 207 ◦ blue 82

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

Shades of Kournikova #FCCF52

Tints of Kournikova #FCCF52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.16%

R = 46.58%
G = 38.26%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCCF52 (or 0xFCCF52) is known color: Kournikova. HEX triplet: FC, CF and 52. RGB value is (252,207,82). Sum of RGB (Red+Green+Blue) = 252+207+82=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 82 (32.42% from 255 or 15.16% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCF52 is #0330AD. Grayscale: #CECECE. Windows color (decimal): -209070 or 5427196. OLE color: 5427196.

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

Color convert

RGB 252 207 82 -
CMYK 0 0.18 0.67 0.01
HSL 44.12º 0.97% 0.65% -
HSV(B) 44.12º 0.67% 0.99% -
XYZ 63.98 65.93 17.34 -
YUV 206.21 57.91 160.66 -
System Red Green Blue C M Y K H S L
Decimal 252 207 82 0 0.18 0.67 0.01 44.12 0.97 0.65
Hex FC CF 52 0 12 43 1 2C 61 41
Octal 374 317 122 0 22 103 1 54 141 101
Binary 11111100 11001111 1010010 0 10010 1000011 1 101100 1100001 1000001

Color Harmonies of #FCCF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCF52

Black with #FCCF52

Text Example


Text Example

White with #FCCF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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