Html Css Color HEX #FACA70 Grandis

📋 copy color: '#FACA70'

red 250 ◦ green 202 ◦ blue 112

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

Shades of Grandis #FACA70

Tints of Grandis #FACA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.86%

R = 44.33%
G = 35.82%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FACA70 (or 0xFACA70) is known color: Grandis. HEX triplet: FA, CA and 70. RGB value is (250,202,112). Sum of RGB (Red+Green+Blue) = 250+202+112=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 112 (44.14% from 255 or 19.86% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA70 is #05358F. Grayscale: #CECECE. Windows color (decimal): -341392 or 7391994. OLE color: 7391994.

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

Color convert

RGB 250 202 112 -
CMYK 0 0.19 0.55 0.02
HSL 39.13º 0.93% 0.71% -
HSV(B) 39.13º 0.55% 0.98% -
XYZ 63.47 63.73 24.29 -
YUV 206.09 74.9 159.32 -
System Red Green Blue C M Y K H S L
Decimal 250 202 112 0 0.19 0.55 0.02 39.13 0.93 0.71
Hex FA CA 70 0 13 37 2 27 5D 47
Octal 372 312 160 0 23 67 2 47 135 107
Binary 11111010 11001010 1110000 0 10011 110111 10 100111 1011101 1000111

Color Harmonies of #FACA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA70

Black with #FACA70

Text Example


Text Example

White with #FACA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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