Html Css Color HEX #FAC95A Kournikova

📋 copy color: '#FAC95A'

red 250 ◦ green 201 ◦ blue 90

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

Shades of Kournikova #FAC95A

Tints of Kournikova #FAC95A

RGB

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

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

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

R = 46.21%
G = 37.15%
B = 16.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAC95A (or 0xFAC95A) is known color: Kournikova. HEX triplet: FA, C9 and 5A. RGB value is (250,201,90). Sum of RGB (Red+Green+Blue) = 250+201+90=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 90 (35.55% from 255 or 16.64% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC95A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC95A is #0536A5. Grayscale: #CBCBCB. Windows color (decimal): -341670 or 5949946. OLE color: 5949946.

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

Color convert

RGB 250 201 90 -
CMYK 0 0.20 0.64 0.02
HSL 41.63º 0.94% 0.67% -
HSV(B) 41.63º 0.64% 0.98% -
XYZ 62.16 62.84 18.53 -
YUV 203 64.23 161.53 -
System Red Green Blue C M Y K H S L
Decimal 250 201 90 0 0.20 0.64 0.02 41.63 0.94 0.67
Hex FA C9 5A 0 14 40 2 2A 5E 43
Octal 372 311 132 0 24 100 2 52 136 103
Binary 11111010 11001001 1011010 0 10100 1000000 10 101010 1011110 1000011

Color Harmonies of #FAC95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC95A

Black with #FAC95A

Text Example


Text Example

White with #FAC95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC95A; }

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

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

background-color css

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

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

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

border-color css

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

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

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