Html Css Color HEX #FCCB4B Kournikova

📋 copy color: '#FCCB4B'

red 252 ◦ green 203 ◦ blue 75

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

Shades of Kournikova #FCCB4B

Tints of Kournikova #FCCB4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.15%

R = 47.55%
G = 38.3%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCCB4B (or 0xFCCB4B) is known color: Kournikova. HEX triplet: FC, CB and 4B. RGB value is (252,203,75). Sum of RGB (Red+Green+Blue) = 252+203+75=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 75 (29.69% from 255 or 14.15% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCB4B is #0334B4. Grayscale: #CBCBCB. Windows color (decimal): -210101 or 4967420. OLE color: 4967420.

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

Color convert

RGB 252 203 75 -
CMYK 0 0.19 0.70 0.01
HSL 43.39º 0.97% 0.64% -
HSV(B) 43.39º 0.7% 0.99% -
XYZ 62.77 63.92 15.69 -
YUV 203.06 55.73 162.91 -
System Red Green Blue C M Y K H S L
Decimal 252 203 75 0 0.19 0.70 0.01 43.39 0.97 0.64
Hex FC CB 4B 0 13 46 1 2B 61 40
Octal 374 313 113 0 23 106 1 53 141 100
Binary 11111100 11001011 1001011 0 10011 1000110 1 101011 1100001 1000000

Color Harmonies of #FCCB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB4B

Black with #FCCB4B

Text Example


Text Example

White with #FCCB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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