Html Css Color HEX #FAC267 Grandis

📋 copy color: '#FAC267'

red 250 ◦ green 194 ◦ blue 103

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

Shades of Grandis #FAC267

Tints of Grandis #FAC267

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.47%

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

R = 45.7%
G = 35.47%
B = 18.83%

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

#FAC267 (or 0xFAC267) is known color: Grandis. HEX triplet: FA, C2 and 67. RGB value is (250,194,103). Sum of RGB (Red+Green+Blue) = 250+194+103=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 103 (40.62% from 255 or 18.83% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC267 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC267 is #053D98. Grayscale: #C8C8C8. Windows color (decimal): -343449 or 6800122. OLE color: 6800122.

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

Color convert

RGB 250 194 103 -
CMYK 0 0.22 0.59 0.02
HSL 37.14º 0.94% 0.69% -
HSV(B) 37.14º 0.59% 0.98% -
XYZ 61.16 59.89 21.17 -
YUV 200.37 73.05 163.4 -
System Red Green Blue C M Y K H S L
Decimal 250 194 103 0 0.22 0.59 0.02 37.14 0.94 0.69
Hex FA C2 67 0 16 3B 2 25 5E 45
Octal 372 302 147 0 26 73 2 45 136 105
Binary 11111010 11000010 1100111 0 10110 111011 10 100101 1011110 1000101

Color Harmonies of #FAC267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC267

Black with #FAC267

Text Example


Text Example

White with #FAC267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC267; }

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

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

background-color css

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

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

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

border-color css

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

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

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