Html Css Color HEX #F5980A Orange Peel

📋 copy color: '#F5980A'

red 245 ◦ green 152 ◦ blue 10

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

Shades of Orange Peel #F5980A

Tints of Orange Peel #F5980A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.46%

R = 60.2%
G = 37.35%
B = 2.46%

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

#F5980A (or 0xF5980A) is known color: Orange Peel. HEX triplet: F5, 98 and 0A. RGB value is (245,152,10). Sum of RGB (Red+Green+Blue) = 245+152+10=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 10 (4.30% from 255 or 2.46% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F5980A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5980A is #0A67F5. Grayscale: #A4A4A4. Windows color (decimal): -681974 or 694517. OLE color: 694517.

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

Color convert

RGB 245 152 10 -
CMYK 0 0.38 0.96 0.04
HSL 36.26º 0.92% 0.5% -
HSV(B) 36.26º 0.96% 0.96% -
XYZ 48.94 41.89 5.79 -
YUV 163.62 41.31 186.05 -
System Red Green Blue C M Y K H S L
Decimal 245 152 10 0 0.38 0.96 0.04 36.26 0.92 0.5
Hex F5 98 A 0 26 60 4 24 5C 32
Octal 365 230 12 0 46 140 4 44 134 62
Binary 11110101 10011000 1010 0 100110 1100000 100 100100 1011100 110010

Color Harmonies of #F5980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5980A

Black with #F5980A

Text Example


Text Example

White with #F5980A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5980A; }

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

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

background-color css

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

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

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

border-color css

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

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

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