Html Css Color HEX #FACA71 Grandis

📋 copy color: '#FACA71'

red 250 ◦ green 202 ◦ blue 113

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

Shades of Grandis #FACA71

Tints of Grandis #FACA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20%

R = 44.25%
G = 35.75%
B = 20%

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

#FACA71 (or 0xFACA71) is known color: Grandis. HEX triplet: FA, CA and 71. RGB value is (250,202,113). Sum of RGB (Red+Green+Blue) = 250+202+113=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 113 (44.53% from 255 or 20% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA71 is #05358E. Grayscale: #CECECE. Windows color (decimal): -341391 or 7457530. OLE color: 7457530.

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

Color convert

RGB 250 202 113 -
CMYK 0 0.19 0.55 0.02
HSL 38.98º 0.93% 0.71% -
HSV(B) 38.98º 0.55% 0.98% -
XYZ 63.53 63.76 24.58 -
YUV 206.21 75.4 159.24 -
System Red Green Blue C M Y K H S L
Decimal 250 202 113 0 0.19 0.55 0.02 38.98 0.93 0.71
Hex FA CA 71 0 13 37 2 27 5D 47
Octal 372 312 161 0 23 67 2 47 135 107
Binary 11111010 11001010 1110001 0 10011 110111 10 100111 1011101 1000111

Color Harmonies of #FACA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA71

Black with #FACA71

Text Example


Text Example

White with #FACA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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