Html Css Color HEX #FCC94B Kournikova

📋 copy color: '#FCC94B'

red 252 ◦ green 201 ◦ blue 75

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

Shades of Kournikova #FCC94B

Tints of Kournikova #FCC94B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.2%

R = 47.73%
G = 38.07%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCC94B (or 0xFCC94B) is known color: Kournikova. HEX triplet: FC, C9 and 4B. RGB value is (252,201,75). Sum of RGB (Red+Green+Blue) = 252+201+75=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 75 (29.69% from 255 or 14.20% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC94B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC94B is #0336B4. Grayscale: #CACACA. Windows color (decimal): -210613 or 4966908. OLE color: 4966908.

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

Color convert

RGB 252 201 75 -
CMYK 0 0.20 0.70 0.01
HSL 42.71º 0.97% 0.64% -
HSV(B) 42.71º 0.7% 0.99% -
XYZ 62.3 62.98 15.53 -
YUV 201.89 56.4 163.75 -
System Red Green Blue C M Y K H S L
Decimal 252 201 75 0 0.20 0.70 0.01 42.71 0.97 0.64
Hex FC C9 4B 0 14 46 1 2B 61 40
Octal 374 311 113 0 24 106 1 53 141 100
Binary 11111100 11001001 1001011 0 10100 1000110 1 101011 1100001 1000000

Color Harmonies of #FCC94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC94B

Black with #FCC94B

Text Example


Text Example

White with #FCC94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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