Html Css Color HEX #FCD458 Kournikova

📋 copy color: '#FCD458'

red 252 ◦ green 212 ◦ blue 88

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

Shades of Kournikova #FCD458

Tints of Kournikova #FCD458

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.41%

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

R = 45.65%
G = 38.41%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCD458 (or 0xFCD458) is known color: Kournikova. HEX triplet: FC, D4 and 58. RGB value is (252,212,88). Sum of RGB (Red+Green+Blue) = 252+212+88=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 88 (34.77% from 255 or 15.94% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD458 is #032BA7. Grayscale: #D2D2D2. Windows color (decimal): -207784 or 5821692. OLE color: 5821692.

HSL color Cylindrical-coordinate representation of color #FCD458: hue angle of 45.37º 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 #FCD458 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 212 88 -
CMYK 0 0.16 0.65 0.01
HSL 45.37º 0.96% 0.67% -
HSV(B) 45.37º 0.65% 0.99% -
XYZ 65.45 68.49 19 -
YUV 209.82 59.25 158.08 -
System Red Green Blue C M Y K H S L
Decimal 252 212 88 0 0.16 0.65 0.01 45.37 0.96 0.67
Hex FC D4 58 0 10 41 1 2D 60 43
Octal 374 324 130 0 20 101 1 55 140 103
Binary 11111100 11010100 1011000 0 10000 1000001 1 101101 1100000 1000011

Color Harmonies of #FCD458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD458

Black with #FCD458

Text Example


Text Example

White with #FCD458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD458; }

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

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

background-color css

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

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

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

border-color css

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

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

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