Html Css Color HEX #F59A07 Orange Peel

📋 copy color: '#F59A07'

red 245 ◦ green 154 ◦ blue 7

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

Shades of Orange Peel #F59A07

Tints of Orange Peel #F59A07

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.93%

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

R = 60.34%
G = 37.93%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F59A07 (or 0xF59A07) is known color: Orange Peel. HEX triplet: F5, 9A and 07. RGB value is (245,154,7). Sum of RGB (Red+Green+Blue) = 245+154+7=406 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.34% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 7 (3.12% from 255 or 1.72% from 406); Max value from RGB is 245 - color contains mainly: red. Hex color #F59A07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F59A07 is #0A65F8. Grayscale: #A5A5A5. Windows color (decimal): -681465 or 498421. OLE color: 498421.

HSL color Cylindrical-coordinate representation of color #F59A07: hue angle of 37.06º 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 #F59A07 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 154 7 -
CMYK 0 0.37 0.97 0.04
HSL 37.06º 0.94% 0.49% -
HSV(B) 37.06º 0.97% 0.96% -
XYZ 49.25 42.54 5.82 -
YUV 164.45 39.15 185.45 -
System Red Green Blue C M Y K H S L
Decimal 245 154 7 0 0.37 0.97 0.04 37.06 0.94 0.49
Hex F5 9A 7 0 25 61 4 25 5E 31
Octal 365 232 7 0 45 141 4 45 136 61
Binary 11110101 10011010 111 0 100101 1100001 100 100101 1011110 110001

Color Harmonies of #F59A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59A07

Black with #F59A07

Text Example


Text Example

White with #F59A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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