Html Css Color HEX #FCD05A Kournikova

📋 copy color: '#FCD05A'

red 252 ◦ green 208 ◦ blue 90

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

Shades of Kournikova #FCD05A

Tints of Kournikova #FCD05A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.82%

 BLUE value IS 90 (35.55% from 255) = 16.36%

R = 45.82%
G = 37.82%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCD05A (or 0xFCD05A) is known color: Kournikova. HEX triplet: FC, D0 and 5A. RGB value is (252,208,90). Sum of RGB (Red+Green+Blue) = 252+208+90=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 208 (81.64% from 255 or 37.82% from 550); Blue value is 90 (35.55% from 255 or 16.36% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD05A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD05A is #032FA5. Grayscale: #D0D0D0. Windows color (decimal): -208806 or 5951740. OLE color: 5951740.

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

Color convert

RGB 252 208 90 -
CMYK 0 0.17 0.64 0.01
HSL 43.7º 0.96% 0.67% -
HSV(B) 43.7º 0.64% 0.99% -
XYZ 64.55 66.55 19.12 -
YUV 207.7 61.58 159.59 -
System Red Green Blue C M Y K H S L
Decimal 252 208 90 0 0.17 0.64 0.01 43.7 0.96 0.67
Hex FC D0 5A 0 11 40 1 2C 60 43
Octal 374 320 132 0 21 100 1 54 140 103
Binary 11111100 11010000 1011010 0 10001 1000000 1 101100 1100000 1000011

Color Harmonies of #FCD05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD05A

Black with #FCD05A

Text Example


Text Example

White with #FCD05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD05A; }

 p { color: rgb(252,208,90); }

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

background-color css

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

 a { background-color: rgb(252,208,90); }

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

border-color css

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

 span { border-color: rgb(252,208,90); }

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