Html Css Color HEX #F89D0A Orange Peel

📋 copy color: '#F89D0A'

red 248 ◦ green 157 ◦ blue 10

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

Shades of Orange Peel #F89D0A

Tints of Orange Peel #F89D0A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.83%

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

R = 59.76%
G = 37.83%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F89D0A (or 0xF89D0A) is known color: Orange Peel. HEX triplet: F8, 9D and 0A. RGB value is (248,157,10). Sum of RGB (Red+Green+Blue) = 248+157+10=415 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.76% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 10 (4.30% from 255 or 2.41% from 415); Max value from RGB is 248 - color contains mainly: red. Hex color #F89D0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89D0A is #0762F5. Grayscale: #A8A8A8. Windows color (decimal): -484086 or 695800. OLE color: 695800.

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

Color convert

RGB 248 157 10 -
CMYK 0 0.37 0.96 0.03
HSL 37.06º 0.94% 0.51% -
HSV(B) 37.06º 0.96% 0.97% -
XYZ 50.82 44.09 6.12 -
YUV 167.45 39.15 185.45 -
System Red Green Blue C M Y K H S L
Decimal 248 157 10 0 0.37 0.96 0.03 37.06 0.94 0.51
Hex F8 9D A 0 25 60 3 25 5E 33
Octal 370 235 12 0 45 140 3 45 136 63
Binary 11111000 10011101 1010 0 100101 1100000 11 100101 1011110 110011

Color Harmonies of #F89D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89D0A

Black with #F89D0A

Text Example


Text Example

White with #F89D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89D0A; }

 p { color: rgb(248,157,10); }

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

background-color css

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

 a { background-color: rgb(248,157,10); }

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

border-color css

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

 span { border-color: rgb(248,157,10); }

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