Html Css Color HEX #F8980B Orange Peel

📋 copy color: '#F8980B'

red 248 ◦ green 152 ◦ blue 11

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

Shades of Orange Peel #F8980B

Tints of Orange Peel #F8980B

RGB

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

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

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

R = 60.34%
G = 36.98%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F8980B (or 0xF8980B) is known color: Orange Peel. HEX triplet: F8, 98 and 0B. RGB value is (248,152,11). Sum of RGB (Red+Green+Blue) = 248+152+11=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 11 (4.69% from 255 or 2.68% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F8980B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8980B is #0767F4. Grayscale: #A5A5A5. Windows color (decimal): -485365 or 760056. OLE color: 760056.

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

Color convert

RGB 248 152 11 -
CMYK 0 0.39 0.96 0.03
HSL 35.7º 0.94% 0.51% -
HSV(B) 35.7º 0.96% 0.97% -
XYZ 50 42.44 5.87 -
YUV 164.63 41.3 187.46 -
System Red Green Blue C M Y K H S L
Decimal 248 152 11 0 0.39 0.96 0.03 35.7 0.94 0.51
Hex F8 98 B 0 27 60 3 24 5E 33
Octal 370 230 13 0 47 140 3 44 136 63
Binary 11111000 10011000 1011 0 100111 1100000 11 100100 1011110 110011

Color Harmonies of #F8980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8980B

Black with #F8980B

Text Example


Text Example

White with #F8980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8980B; }

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

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

background-color css

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

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

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

border-color css

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

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

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