Html Css Color HEX #F7C367 Grandis

📋 copy color: '#F7C367'

red 247 ◦ green 195 ◦ blue 103

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

Shades of Grandis #F7C367

Tints of Grandis #F7C367

RGB

 RED value IS 247 (96.88% from 255) = 45.32%

 GREEN value IS 195 (76.56% from 255) = 35.78%

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

R = 45.32%
G = 35.78%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F7C367 (or 0xF7C367) is known color: Grandis. HEX triplet: F7, C3 and 67. RGB value is (247,195,103). Sum of RGB (Red+Green+Blue) = 247+195+103=545 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.32% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 103 (40.62% from 255 or 18.90% from 545); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C367 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C367 is #083C98. Grayscale: #C8C8C8. Windows color (decimal): -539801 or 6800375. OLE color: 6800375.

HSL color Cylindrical-coordinate representation of color #F7C367: hue angle of 38.33º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F7C367 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 195 103 -
CMYK 0 0.21 0.58 0.03
HSL 38.33º 0.9% 0.69% -
HSV(B) 38.33º 0.58% 0.97% -
XYZ 60.32 59.78 21.19 -
YUV 200.06 73.23 161.48 -
System Red Green Blue C M Y K H S L
Decimal 247 195 103 0 0.21 0.58 0.03 38.33 0.9 0.69
Hex F7 C3 67 0 15 3A 3 26 5A 45
Octal 367 303 147 0 25 72 3 46 132 105
Binary 11110111 11000011 1100111 0 10101 111010 11 100110 1011010 1000101

Color Harmonies of #F7C367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C367

Black with #F7C367

Text Example


Text Example

White with #F7C367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C367; }

 p { color: rgb(247,195,103); }

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

background-color css

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

 a { background-color: rgb(247,195,103); }

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

border-color css

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

 span { border-color: rgb(247,195,103); }

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