Html Css Color HEX #FCCF53 Kournikova

📋 copy color: '#FCCF53'

red 252 ◦ green 207 ◦ blue 83

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

Shades of Kournikova #FCCF53

Tints of Kournikova #FCCF53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.31%

R = 46.49%
G = 38.19%
B = 15.31%

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

#FCCF53 (or 0xFCCF53) is known color: Kournikova. HEX triplet: FC, CF and 53. RGB value is (252,207,83). Sum of RGB (Red+Green+Blue) = 252+207+83=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 83 (32.81% from 255 or 15.31% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCF53 is #0330AC. Grayscale: #CECECE. Windows color (decimal): -209069 or 5492732. OLE color: 5492732.

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

Color convert

RGB 252 207 83 -
CMYK 0 0.18 0.67 0.01
HSL 44.02º 0.97% 0.66% -
HSV(B) 44.02º 0.67% 0.99% -
XYZ 64.02 65.95 17.54 -
YUV 206.32 58.41 160.58 -
System Red Green Blue C M Y K H S L
Decimal 252 207 83 0 0.18 0.67 0.01 44.02 0.97 0.66
Hex FC CF 53 0 12 43 1 2C 61 42
Octal 374 317 123 0 22 103 1 54 141 102
Binary 11111100 11001111 1010011 0 10010 1000011 1 101100 1100001 1000010

Color Harmonies of #FCCF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCF53

Black with #FCCF53

Text Example


Text Example

White with #FCCF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCF53; }

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

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

background-color css

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

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

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

border-color css

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

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

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