Html Css Color HEX #F89A0B Orange Peel

📋 copy color: '#F89A0B'

red 248 ◦ green 154 ◦ blue 11

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

Shades of Orange Peel #F89A0B

Tints of Orange Peel #F89A0B

RGB

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

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

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

R = 60.05%
G = 37.29%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F89A0B (or 0xF89A0B) is known color: Orange Peel. HEX triplet: F8, 9A and 0B. RGB value is (248,154,11). Sum of RGB (Red+Green+Blue) = 248+154+11=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 11 (4.69% from 255 or 2.66% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F89A0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89A0B is #0765F4. Grayscale: #A6A6A6. Windows color (decimal): -484853 or 760568. OLE color: 760568.

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

Color convert

RGB 248 154 11 -
CMYK 0 0.38 0.96 0.03
HSL 36.2º 0.94% 0.51% -
HSV(B) 36.2º 0.96% 0.97% -
XYZ 50.33 43.09 5.98 -
YUV 165.8 40.64 186.63 -
System Red Green Blue C M Y K H S L
Decimal 248 154 11 0 0.38 0.96 0.03 36.2 0.94 0.51
Hex F8 9A B 0 26 60 3 24 5E 33
Octal 370 232 13 0 46 140 3 44 136 63
Binary 11111000 10011010 1011 0 100110 1100000 11 100100 1011110 110011

Color Harmonies of #F89A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89A0B

Black with #F89A0B

Text Example


Text Example

White with #F89A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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