Html Css Color HEX #F5A007 Orange Peel

📋 copy color: '#F5A007'

red 245 ◦ green 160 ◦ blue 7

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

Shades of Orange Peel #F5A007

Tints of Orange Peel #F5A007

RGB

 RED value IS 245 (96.09% from 255) = 59.47%

 GREEN value IS 160 (62.89% from 255) = 38.83%

 BLUE value IS 7 (3.13% from 255) = 1.7%

R = 59.47%
G = 38.83%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F5A007 (or 0xF5A007) is known color: Orange Peel. HEX triplet: F5, A0 and 07. RGB value is (245,160,7). Sum of RGB (Red+Green+Blue) = 245+160+7=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 7 (3.12% from 255 or 1.70% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A007 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5A007 is #0A5FF8. Grayscale: #A8A8A8. Windows color (decimal): -679929 or 499957. OLE color: 499957.

HSL color Cylindrical-coordinate representation of color #F5A007: hue angle of 38.57º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5A007 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 160 7 -
CMYK 0 0.35 0.97 0.04
HSL 38.57º 0.94% 0.49% -
HSV(B) 38.57º 0.97% 0.96% -
XYZ 50.27 44.57 6.15 -
YUV 167.97 37.16 182.94 -
System Red Green Blue C M Y K H S L
Decimal 245 160 7 0 0.35 0.97 0.04 38.57 0.94 0.49
Hex F5 A0 7 0 23 61 4 27 5E 31
Octal 365 240 7 0 43 141 4 47 136 61
Binary 11110101 10100000 111 0 100011 1100001 100 100111 1011110 110001

Color Harmonies of #F5A007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A007

Black with #F5A007

Text Example


Text Example

White with #F5A007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A007; }

 p { color: rgb(245,160,7); }

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

background-color css

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

 a { background-color: rgb(245,160,7); }

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

border-color css

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

 span { border-color: rgb(245,160,7); }

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