Html Css Color HEX #FCCB4D Kournikova

📋 copy color: '#FCCB4D'

red 252 ◦ green 203 ◦ blue 77

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

Shades of Kournikova #FCCB4D

Tints of Kournikova #FCCB4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.47%

R = 47.37%
G = 38.16%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCCB4D (or 0xFCCB4D) is known color: Kournikova. HEX triplet: FC, CB and 4D. RGB value is (252,203,77). Sum of RGB (Red+Green+Blue) = 252+203+77=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 77 (30.47% from 255 or 14.47% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB4D is #0334B2. Grayscale: #CBCBCB. Windows color (decimal): -210099 or 5098492. OLE color: 5098492.

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

Color convert

RGB 252 203 77 -
CMYK 0 0.19 0.69 0.01
HSL 43.2º 0.97% 0.65% -
HSV(B) 43.2º 0.69% 0.99% -
XYZ 62.84 63.94 16.05 -
YUV 203.29 56.73 162.75 -
System Red Green Blue C M Y K H S L
Decimal 252 203 77 0 0.19 0.69 0.01 43.2 0.97 0.65
Hex FC CB 4D 0 13 45 1 2B 61 41
Octal 374 313 115 0 23 105 1 53 141 101
Binary 11111100 11001011 1001101 0 10011 1000101 1 101011 1100001 1000001

Color Harmonies of #FCCB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB4D

Black with #FCCB4D

Text Example


Text Example

White with #FCCB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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