Html Css Color HEX #FCCB52 Kournikova

📋 copy color: '#FCCB52'

red 252 ◦ green 203 ◦ blue 82

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

Shades of Kournikova #FCCB52

Tints of Kournikova #FCCB52

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.8%

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

R = 46.93%
G = 37.8%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCCB52 (or 0xFCCB52) is known color: Kournikova. HEX triplet: FC, CB and 52. RGB value is (252,203,82). Sum of RGB (Red+Green+Blue) = 252+203+82=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 82 (32.42% from 255 or 15.27% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB52 is #0334AD. Grayscale: #CCCCCC. Windows color (decimal): -210094 or 5426172. OLE color: 5426172.

HSL color Cylindrical-coordinate representation of color #FCCB52: hue angle of 42.71º 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 #FCCB52 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 203 82 -
CMYK 0 0.19 0.67 0.01
HSL 42.71º 0.97% 0.65% -
HSV(B) 42.71º 0.67% 0.99% -
XYZ 63.02 64.02 17.02 -
YUV 203.86 59.23 162.34 -
System Red Green Blue C M Y K H S L
Decimal 252 203 82 0 0.19 0.67 0.01 42.71 0.97 0.65
Hex FC CB 52 0 13 43 1 2B 61 41
Octal 374 313 122 0 23 103 1 53 141 101
Binary 11111100 11001011 1010010 0 10011 1000011 1 101011 1100001 1000001

Color Harmonies of #FCCB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB52

Black with #FCCB52

Text Example


Text Example

White with #FCCB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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