Html Css Color HEX #FAC165 Grandis

📋 copy color: '#FAC165'

red 250 ◦ green 193 ◦ blue 101

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

Shades of Grandis #FAC165

Tints of Grandis #FAC165

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.48%

 BLUE value IS 101 (39.84% from 255) = 18.57%

R = 45.96%
G = 35.48%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAC165 (or 0xFAC165) is known color: Grandis. HEX triplet: FA, C1 and 65. RGB value is (250,193,101). Sum of RGB (Red+Green+Blue) = 250+193+101=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 101 (39.84% from 255 or 18.57% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC165 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC165 is #053E9A. Grayscale: #C7C7C7. Windows color (decimal): -343707 or 6668794. OLE color: 6668794.

HSL color Cylindrical-coordinate representation of color #FAC165: hue angle of 37.05º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAC165 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 193 101 -
CMYK 0 0.23 0.60 0.02
HSL 37.05º 0.94% 0.69% -
HSV(B) 37.05º 0.6% 0.98% -
XYZ 60.84 59.4 20.57 -
YUV 199.56 72.38 163.98 -
System Red Green Blue C M Y K H S L
Decimal 250 193 101 0 0.23 0.60 0.02 37.05 0.94 0.69
Hex FA C1 65 0 17 3C 2 25 5E 45
Octal 372 301 145 0 27 74 2 45 136 105
Binary 11111010 11000001 1100101 0 10111 111100 10 100101 1011110 1000101

Color Harmonies of #FAC165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC165

Black with #FAC165

Text Example


Text Example

White with #FAC165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC165; }

 p { color: rgb(250,193,101); }

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

background-color css

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

 a { background-color: rgb(250,193,101); }

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

border-color css

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

 span { border-color: rgb(250,193,101); }

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