Html Css Color HEX #FCCB58 Kournikova

📋 copy color: '#FCCB58'

red 252 ◦ green 203 ◦ blue 88

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

Shades of Kournikova #FCCB58

Tints of Kournikova #FCCB58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.21%

R = 46.41%
G = 37.38%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCCB58 (or 0xFCCB58) is known color: Kournikova. HEX triplet: FC, CB and 58. RGB value is (252,203,88). Sum of RGB (Red+Green+Blue) = 252+203+88=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 88 (34.77% from 255 or 16.21% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB58 is #0334A7. Grayscale: #CDCDCD. Windows color (decimal): -210088 or 5819388. OLE color: 5819388.

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

Color convert

RGB 252 203 88 -
CMYK 0 0.19 0.65 0.01
HSL 42.07º 0.96% 0.67% -
HSV(B) 42.07º 0.65% 0.99% -
XYZ 63.26 64.11 18.27 -
YUV 204.54 62.23 161.85 -
System Red Green Blue C M Y K H S L
Decimal 252 203 88 0 0.19 0.65 0.01 42.07 0.96 0.67
Hex FC CB 58 0 13 41 1 2A 60 43
Octal 374 313 130 0 23 101 1 52 140 103
Binary 11111100 11001011 1011000 0 10011 1000001 1 101010 1100000 1000011

Color Harmonies of #FCCB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB58

Black with #FCCB58

Text Example


Text Example

White with #FCCB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB58; }

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

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

background-color css

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

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

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

border-color css

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

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

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