Html Css Color HEX #F89D00 Orange Peel

📋 copy color: '#F89D00'

red 248 ◦ green 157 ◦ blue 0

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

Shades of Orange Peel #F89D00

Tints of Orange Peel #F89D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.23%
G = 38.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F89D00 (or 0xF89D00) is known color: Orange Peel. HEX triplet: F8, 9D and 00. RGB value is (248,157,0). Sum of RGB (Red+Green+Blue) = 248+157+0=405 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.23% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 248 - color contains mainly: red. Hex color #F89D00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89D00 is #0762FF. Grayscale: #A7A7A7. Windows color (decimal): -484096 or 40440. OLE color: 40440.

HSL color Cylindrical-coordinate representation of color #F89D00: hue angle of 37.98º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F89D00 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 157 0 -
CMYK 0 0.37 1 0.03
HSL 37.98º 1% 0.49% -
HSV(B) 37.98º 1% 0.97% -
XYZ 50.77 44.07 5.83 -
YUV 166.31 34.15 186.27 -
System Red Green Blue C M Y K H S L
Decimal 248 157 0 0 0.37 1 0.03 37.98 1 0.49
Hex F8 9D 0 0 25 64 3 26 64 31
Octal 370 235 0 0 45 144 3 46 144 61
Binary 11111000 10011101 0 0 100101 1100100 11 100110 1100100 110001

Color Harmonies of #F89D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89D00

Black with #F89D00

Text Example


Text Example

White with #F89D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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