Html Css Color HEX #FACA5A Kournikova

📋 copy color: '#FACA5A'

red 250 ◦ green 202 ◦ blue 90

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

Shades of Kournikova #FACA5A

Tints of Kournikova #FACA5A

RGB

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

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

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

R = 46.13%
G = 37.27%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FACA5A (or 0xFACA5A) is known color: Kournikova. HEX triplet: FA, CA and 5A. RGB value is (250,202,90). Sum of RGB (Red+Green+Blue) = 250+202+90=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 90 (35.55% from 255 or 16.61% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA5A is #0535A5. Grayscale: #CCCCCC. Windows color (decimal): -341414 or 5950202. OLE color: 5950202.

HSL color Cylindrical-coordinate representation of color #FACA5A: hue angle of 42º 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 #FACA5A is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 202 90 -
CMYK 0 0.19 0.64 0.02
HSL 42º 0.94% 0.67% -
HSV(B) 42º 0.64% 0.98% -
XYZ 62.39 63.3 18.6 -
YUV 203.58 63.9 161.11 -
System Red Green Blue C M Y K H S L
Decimal 250 202 90 0 0.19 0.64 0.02 42 0.94 0.67
Hex FA CA 5A 0 13 40 2 2A 5E 43
Octal 372 312 132 0 23 100 2 52 136 103
Binary 11111010 11001010 1011010 0 10011 1000000 10 101010 1011110 1000011

Color Harmonies of #FACA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA5A

Black with #FACA5A

Text Example


Text Example

White with #FACA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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