Html Css Color HEX #FCC94A Kournikova

📋 copy color: '#FCC94A'

red 252 ◦ green 201 ◦ blue 74

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

Shades of Kournikova #FCC94A

Tints of Kournikova #FCC94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.04%

R = 47.82%
G = 38.14%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCC94A (or 0xFCC94A) is known color: Kournikova. HEX triplet: FC, C9 and 4A. RGB value is (252,201,74). Sum of RGB (Red+Green+Blue) = 252+201+74=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 74 (29.30% from 255 or 14.04% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC94A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC94A is #0336B5. Grayscale: #CACACA. Windows color (decimal): -210614 or 4901372. OLE color: 4901372.

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

Color convert

RGB 252 201 74 -
CMYK 0 0.20 0.71 0.01
HSL 42.81º 0.97% 0.64% -
HSV(B) 42.81º 0.71% 0.99% -
XYZ 62.27 62.96 15.35 -
YUV 201.77 55.9 163.83 -
System Red Green Blue C M Y K H S L
Decimal 252 201 74 0 0.20 0.71 0.01 42.81 0.97 0.64
Hex FC C9 4A 0 14 47 1 2B 61 40
Octal 374 311 112 0 24 107 1 53 141 100
Binary 11111100 11001001 1001010 0 10100 1000111 1 101011 1100001 1000000

Color Harmonies of #FCC94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC94A

Black with #FCC94A

Text Example


Text Example

White with #FCC94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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