Html Css Color HEX #FAC94D Kournikova

📋 copy color: '#FAC94D'

red 250 ◦ green 201 ◦ blue 77

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

Shades of Kournikova #FAC94D

Tints of Kournikova #FAC94D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.58%

R = 47.35%
G = 38.07%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FAC94D (or 0xFAC94D) is known color: Kournikova. HEX triplet: FA, C9 and 4D. RGB value is (250,201,77). Sum of RGB (Red+Green+Blue) = 250+201+77=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 77 (30.47% from 255 or 14.58% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC94D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC94D is #0536B2. Grayscale: #CACACA. Windows color (decimal): -341683 or 5097978. OLE color: 5097978.

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

Color convert

RGB 250 201 77 -
CMYK 0 0.20 0.69 0.02
HSL 43.01º 0.95% 0.64% -
HSV(B) 43.01º 0.69% 0.98% -
XYZ 61.65 62.63 15.86 -
YUV 201.52 57.73 162.58 -
System Red Green Blue C M Y K H S L
Decimal 250 201 77 0 0.20 0.69 0.02 43.01 0.95 0.64
Hex FA C9 4D 0 14 45 2 2B 5F 40
Octal 372 311 115 0 24 105 2 53 137 100
Binary 11111010 11001001 1001101 0 10100 1000101 10 101011 1011111 1000000

Color Harmonies of #FAC94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC94D

Black with #FAC94D

Text Example


Text Example

White with #FAC94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC94D; }

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

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

background-color css

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

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

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

border-color css

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

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

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