Html Css Color HEX #FAC467 Grandis

📋 copy color: '#FAC467'

red 250 ◦ green 196 ◦ blue 103

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

Shades of Grandis #FAC467

Tints of Grandis #FAC467

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.7%

 BLUE value IS 103 (40.63% from 255) = 18.76%

R = 45.54%
G = 35.7%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FAC467 (or 0xFAC467) is known color: Grandis. HEX triplet: FA, C4 and 67. RGB value is (250,196,103). Sum of RGB (Red+Green+Blue) = 250+196+103=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 103 (40.62% from 255 or 18.76% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC467 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC467 is #053B98. Grayscale: #C9C9C9. Windows color (decimal): -342937 or 6800634. OLE color: 6800634.

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

Color convert

RGB 250 196 103 -
CMYK 0 0.22 0.59 0.02
HSL 37.96º 0.94% 0.69% -
HSV(B) 37.96º 0.59% 0.98% -
XYZ 61.61 60.78 21.32 -
YUV 201.54 72.39 162.56 -
System Red Green Blue C M Y K H S L
Decimal 250 196 103 0 0.22 0.59 0.02 37.96 0.94 0.69
Hex FA C4 67 0 16 3B 2 26 5E 45
Octal 372 304 147 0 26 73 2 46 136 105
Binary 11111010 11000100 1100111 0 10110 111011 10 100110 1011110 1000101

Color Harmonies of #FAC467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC467

Black with #FAC467

Text Example


Text Example

White with #FAC467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC467; }

 p { color: rgb(250,196,103); }

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

background-color css

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

 a { background-color: rgb(250,196,103); }

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

border-color css

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

 span { border-color: rgb(250,196,103); }

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