Html Css Color HEX #FCCB49 Kournikova

📋 copy color: '#FCCB49'

red 252 ◦ green 203 ◦ blue 73

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

Shades of Kournikova #FCCB49

Tints of Kournikova #FCCB49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 13.83%

R = 47.73%
G = 38.45%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCCB49 (or 0xFCCB49) is known color: Kournikova. HEX triplet: FC, CB and 49. RGB value is (252,203,73). Sum of RGB (Red+Green+Blue) = 252+203+73=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 73 (28.91% from 255 or 13.83% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCB49 is #0334B6. Grayscale: #CBCBCB. Windows color (decimal): -210103 or 4836348. OLE color: 4836348.

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

Color convert

RGB 252 203 73 -
CMYK 0 0.19 0.71 0.01
HSL 43.58º 0.97% 0.64% -
HSV(B) 43.58º 0.71% 0.99% -
XYZ 62.7 63.89 15.33 -
YUV 202.83 54.73 163.07 -
System Red Green Blue C M Y K H S L
Decimal 252 203 73 0 0.19 0.71 0.01 43.58 0.97 0.64
Hex FC CB 49 0 13 47 1 2C 61 40
Octal 374 313 111 0 23 107 1 54 141 100
Binary 11111100 11001011 1001001 0 10011 1000111 1 101100 1100001 1000000

Color Harmonies of #FCCB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB49

Black with #FCCB49

Text Example


Text Example

White with #FCCB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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