Html Css Color HEX #F8980D Orange Peel

📋 copy color: '#F8980D'

red 248 ◦ green 152 ◦ blue 13

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

Shades of Orange Peel #F8980D

Tints of Orange Peel #F8980D

RGB

 RED value IS 248 (97.27% from 255) = 60.05%

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

 BLUE value IS 13 (5.47% from 255) = 3.15%

R = 60.05%
G = 36.8%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F8980D (or 0xF8980D) is known color: Orange Peel. HEX triplet: F8, 98 and 0D. RGB value is (248,152,13). Sum of RGB (Red+Green+Blue) = 248+152+13=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 13 (5.47% from 255 or 3.15% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F8980D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8980D is #0767F2. Grayscale: #A5A5A5. Windows color (decimal): -485363 or 891128. OLE color: 891128.

HSL color Cylindrical-coordinate representation of color #F8980D: hue angle of 35.49º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F8980D is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 152 13 -
CMYK 0 0.39 0.95 0.03
HSL 35.49º 0.94% 0.51% -
HSV(B) 35.49º 0.95% 0.97% -
XYZ 50.01 42.44 5.94 -
YUV 164.86 42.3 187.3 -
System Red Green Blue C M Y K H S L
Decimal 248 152 13 0 0.39 0.95 0.03 35.49 0.94 0.51
Hex F8 98 D 0 27 5F 3 23 5E 33
Octal 370 230 15 0 47 137 3 43 136 63
Binary 11111000 10011000 1101 0 100111 1011111 11 100011 1011110 110011

Color Harmonies of #F8980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8980D

Black with #F8980D

Text Example


Text Example

White with #F8980D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8980D; }

 p { color: rgb(248,152,13); }

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

background-color css

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

 a { background-color: rgb(248,152,13); }

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

border-color css

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

 span { border-color: rgb(248,152,13); }

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