Html Css Color HEX #FAC94C Kournikova

📋 copy color: '#FAC94C'

red 250 ◦ green 201 ◦ blue 76

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

Shades of Kournikova #FAC94C

Tints of Kournikova #FAC94C

RGB

 RED value IS 250 (98.05% from 255) = 47.44%

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

 BLUE value IS 76 (30.08% from 255) = 14.42%

R = 47.44%
G = 38.14%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FAC94C (or 0xFAC94C) is known color: Kournikova. HEX triplet: FA, C9 and 4C. RGB value is (250,201,76). Sum of RGB (Red+Green+Blue) = 250+201+76=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 76 (30.08% from 255 or 14.42% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC94C is #0536B3. Grayscale: #C9C9C9. Windows color (decimal): -341684 or 5032442. OLE color: 5032442.

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

Color convert

RGB 250 201 76 -
CMYK 0 0.20 0.70 0.02
HSL 43.1º 0.95% 0.64% -
HSV(B) 43.1º 0.7% 0.98% -
XYZ 61.62 62.62 15.68 -
YUV 201.4 57.23 162.66 -
System Red Green Blue C M Y K H S L
Decimal 250 201 76 0 0.20 0.70 0.02 43.1 0.95 0.64
Hex FA C9 4C 0 14 46 2 2B 5F 40
Octal 372 311 114 0 24 106 2 53 137 100
Binary 11111010 11001001 1001100 0 10100 1000110 10 101011 1011111 1000000

Color Harmonies of #FAC94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC94C

Black with #FAC94C

Text Example


Text Example

White with #FAC94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC94C; }

 p { color: rgb(250,201,76); }

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

background-color css

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

 a { background-color: rgb(250,201,76); }

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

border-color css

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

 span { border-color: rgb(250,201,76); }

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