Html Css Color HEX #F5980B Orange Peel

📋 copy color: '#F5980B'

red 245 ◦ green 152 ◦ blue 11

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

Shades of Orange Peel #F5980B

Tints of Orange Peel #F5980B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.25%

 BLUE value IS 11 (4.69% from 255) = 2.7%

R = 60.05%
G = 37.25%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F5980B (or 0xF5980B) is known color: Orange Peel. HEX triplet: F5, 98 and 0B. RGB value is (245,152,11). Sum of RGB (Red+Green+Blue) = 245+152+11=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 11 (4.69% from 255 or 2.70% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F5980B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5980B is #0A67F4. Grayscale: #A4A4A4. Windows color (decimal): -681973 or 760053. OLE color: 760053.

HSL color Cylindrical-coordinate representation of color #F5980B: hue angle of 36.15º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5980B is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 152 11 -
CMYK 0 0.38 0.96 0.04
HSL 36.15º 0.92% 0.5% -
HSV(B) 36.15º 0.96% 0.96% -
XYZ 48.94 41.89 5.82 -
YUV 163.73 41.81 185.96 -
System Red Green Blue C M Y K H S L
Decimal 245 152 11 0 0.38 0.96 0.04 36.15 0.92 0.5
Hex F5 98 B 0 26 60 4 24 5C 32
Octal 365 230 13 0 46 140 4 44 134 62
Binary 11110101 10011000 1011 0 100110 1100000 100 100100 1011100 110010

Color Harmonies of #F5980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5980B

Black with #F5980B

Text Example


Text Example

White with #F5980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5980B; }

 p { color: rgb(245,152,11); }

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

background-color css

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

 a { background-color: rgb(245,152,11); }

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

border-color css

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

 span { border-color: rgb(245,152,11); }

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