Html Css Color HEX #FCCB5B Kournikova

📋 copy color: '#FCCB5B'

red 252 ◦ green 203 ◦ blue 91

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

Shades of Kournikova #FCCB5B

Tints of Kournikova #FCCB5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.67%

R = 46.15%
G = 37.18%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCCB5B (or 0xFCCB5B) is known color: Kournikova. HEX triplet: FC, CB and 5B. RGB value is (252,203,91). Sum of RGB (Red+Green+Blue) = 252+203+91=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 91 (35.94% from 255 or 16.67% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB5B is #0334A4. Grayscale: #CDCDCD. Windows color (decimal): -210085 or 6015996. OLE color: 6015996.

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

Color convert

RGB 252 203 91 -
CMYK 0 0.19 0.64 0.01
HSL 41.74º 0.96% 0.67% -
HSV(B) 41.74º 0.64% 0.99% -
XYZ 63.39 64.16 18.94 -
YUV 204.88 63.73 161.61 -
System Red Green Blue C M Y K H S L
Decimal 252 203 91 0 0.19 0.64 0.01 41.74 0.96 0.67
Hex FC CB 5B 0 13 40 1 2A 60 43
Octal 374 313 133 0 23 100 1 52 140 103
Binary 11111100 11001011 1011011 0 10011 1000000 1 101010 1100000 1000011

Color Harmonies of #FCCB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB5B

Black with #FCCB5B

Text Example


Text Example

White with #FCCB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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