Html Css Color HEX #FACA5E Kournikova

📋 copy color: '#FACA5E'

red 250 ◦ green 202 ◦ blue 94

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

Shades of Kournikova #FACA5E

Tints of Kournikova #FACA5E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37%

 BLUE value IS 94 (37.11% from 255) = 17.22%

R = 45.79%
G = 37%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FACA5E (or 0xFACA5E) is known color: Kournikova. HEX triplet: FA, CA and 5E. RGB value is (250,202,94). Sum of RGB (Red+Green+Blue) = 250+202+94=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 94 (37.11% from 255 or 17.22% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA5E is #0535A1. Grayscale: #CCCCCC. Windows color (decimal): -341410 or 6212346. OLE color: 6212346.

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

Color convert

RGB 250 202 94 -
CMYK 0 0.19 0.62 0.02
HSL 41.54º 0.94% 0.67% -
HSV(B) 41.54º 0.62% 0.98% -
XYZ 62.57 63.37 19.52 -
YUV 204.04 65.9 160.78 -
System Red Green Blue C M Y K H S L
Decimal 250 202 94 0 0.19 0.62 0.02 41.54 0.94 0.67
Hex FA CA 5E 0 13 3E 2 2A 5E 43
Octal 372 312 136 0 23 76 2 52 136 103
Binary 11111010 11001010 1011110 0 10011 111110 10 101010 1011110 1000011

Color Harmonies of #FACA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA5E

Black with #FACA5E

Text Example


Text Example

White with #FACA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA5E; }

 p { color: rgb(250,202,94); }

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

background-color css

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

 a { background-color: rgb(250,202,94); }

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

border-color css

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

 span { border-color: rgb(250,202,94); }

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