Html Css Color HEX #FCC958 Kournikova

📋 copy color: '#FCC958'

red 252 ◦ green 201 ◦ blue 88

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

Shades of Kournikova #FCC958

Tints of Kournikova #FCC958

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.15%

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

R = 46.58%
G = 37.15%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCC958 (or 0xFCC958) is known color: Kournikova. HEX triplet: FC, C9 and 58. RGB value is (252,201,88). Sum of RGB (Red+Green+Blue) = 252+201+88=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 88 (34.77% from 255 or 16.27% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC958 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC958 is #0336A7. Grayscale: #CBCBCB. Windows color (decimal): -210600 or 5818876. OLE color: 5818876.

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

Color convert

RGB 252 201 88 -
CMYK 0 0.20 0.65 0.01
HSL 41.34º 0.96% 0.67% -
HSV(B) 41.34º 0.65% 0.99% -
XYZ 62.79 63.17 18.12 -
YUV 203.37 62.9 162.69 -
System Red Green Blue C M Y K H S L
Decimal 252 201 88 0 0.20 0.65 0.01 41.34 0.96 0.67
Hex FC C9 58 0 14 41 1 29 60 43
Octal 374 311 130 0 24 101 1 51 140 103
Binary 11111100 11001001 1011000 0 10100 1000001 1 101001 1100000 1000011

Color Harmonies of #FCC958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC958

Black with #FCC958

Text Example


Text Example

White with #FCC958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC958; }

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

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

background-color css

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

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

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

border-color css

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

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

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