Html Css Color HEX #FACA5C Kournikova

📋 copy color: '#FACA5C'

red 250 ◦ green 202 ◦ blue 92

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

Shades of Kournikova #FACA5C

Tints of Kournikova #FACA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.91%

R = 45.96%
G = 37.13%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FACA5C (or 0xFACA5C) is known color: Kournikova. HEX triplet: FA, CA and 5C. RGB value is (250,202,92). Sum of RGB (Red+Green+Blue) = 250+202+92=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 92 (36.33% from 255 or 16.91% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA5C is #0535A3. Grayscale: #CCCCCC. Windows color (decimal): -341412 or 6081274. OLE color: 6081274.

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

Color convert

RGB 250 202 92 -
CMYK 0 0.19 0.63 0.02
HSL 41.77º 0.94% 0.67% -
HSV(B) 41.77º 0.63% 0.98% -
XYZ 62.48 63.34 19.06 -
YUV 203.81 64.9 160.94 -
System Red Green Blue C M Y K H S L
Decimal 250 202 92 0 0.19 0.63 0.02 41.77 0.94 0.67
Hex FA CA 5C 0 13 3F 2 2A 5E 43
Octal 372 312 134 0 23 77 2 52 136 103
Binary 11111010 11001010 1011100 0 10011 111111 10 101010 1011110 1000011

Color Harmonies of #FACA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA5C

Black with #FACA5C

Text Example


Text Example

White with #FACA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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