Html Css Color HEX #F89C00 Orange Peel

📋 copy color: '#F89C00'

red 248 ◦ green 156 ◦ blue 0

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

Shades of Orange Peel #F89C00

Tints of Orange Peel #F89C00

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.61%

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

R = 61.39%
G = 38.61%
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

#F89C00 (or 0xF89C00) is known color: Orange Peel. HEX triplet: F8, 9C and 00. RGB value is (248,156,0). Sum of RGB (Red+Green+Blue) = 248+156+0=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F89C00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89C00 is #0763FF. Grayscale: #A6A6A6. Windows color (decimal): -484352 or 40184. OLE color: 40184.

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

Color convert

RGB 248 156 0 -
CMYK 0 0.37 1 0.03
HSL 37.74º 1% 0.49% -
HSV(B) 37.74º 1% 0.97% -
XYZ 50.6 43.73 5.77 -
YUV 165.72 34.48 186.68 -
System Red Green Blue C M Y K H S L
Decimal 248 156 0 0 0.37 1 0.03 37.74 1 0.49
Hex F8 9C 0 0 25 64 3 26 64 31
Octal 370 234 0 0 45 144 3 46 144 61
Binary 11111000 10011100 0 0 100101 1100100 11 100110 1100100 110001

Color Harmonies of #F89C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89C00

Black with #F89C00

Text Example


Text Example

White with #F89C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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