Html Css Color HEX #FAC567 Grandis

📋 copy color: '#FAC567'

red 250 ◦ green 197 ◦ blue 103

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

Shades of Grandis #FAC567

Tints of Grandis #FAC567

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.82%

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

R = 45.45%
G = 35.82%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FAC567 (or 0xFAC567) is known color: Grandis. HEX triplet: FA, C5 and 67. RGB value is (250,197,103). Sum of RGB (Red+Green+Blue) = 250+197+103=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 103 (40.62% from 255 or 18.73% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC567 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC567 is #053A98. Grayscale: #CACACA. Windows color (decimal): -342681 or 6800890. OLE color: 6800890.

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

Color convert

RGB 250 197 103 -
CMYK 0 0.21 0.59 0.02
HSL 38.37º 0.94% 0.69% -
HSV(B) 38.37º 0.59% 0.98% -
XYZ 61.84 61.24 21.39 -
YUV 202.13 72.06 162.14 -
System Red Green Blue C M Y K H S L
Decimal 250 197 103 0 0.21 0.59 0.02 38.37 0.94 0.69
Hex FA C5 67 0 15 3B 2 26 5E 45
Octal 372 305 147 0 25 73 2 46 136 105
Binary 11111010 11000101 1100111 0 10101 111011 10 100110 1011110 1000101

Color Harmonies of #FAC567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC567

Black with #FAC567

Text Example


Text Example

White with #FAC567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC567; }

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

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

background-color css

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

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

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

border-color css

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

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

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