Html Css Color HEX #F89A00 Orange Peel

📋 copy color: '#F89A00'

red 248 ◦ green 154 ◦ blue 0

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

Shades of Orange Peel #F89A00

Tints of Orange Peel #F89A00

RGB

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

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

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

R = 61.69%
G = 38.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F89A00 (or 0xF89A00) is known color: Orange Peel. HEX triplet: F8, 9A and 00. RGB value is (248,154,0). Sum of RGB (Red+Green+Blue) = 248+154+0=402 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.69% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 248 - color contains mainly: red. Hex color #F89A00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89A00 is #0765FF. Grayscale: #A5A5A5. Windows color (decimal): -484864 or 39672. OLE color: 39672.

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

Color convert

RGB 248 154 0 -
CMYK 0 0.38 1 0.03
HSL 37.26º 1% 0.49% -
HSV(B) 37.26º 1% 0.97% -
XYZ 50.27 43.07 5.66 -
YUV 164.55 35.14 187.52 -
System Red Green Blue C M Y K H S L
Decimal 248 154 0 0 0.38 1 0.03 37.26 1 0.49
Hex F8 9A 0 0 26 64 3 25 64 31
Octal 370 232 0 0 46 144 3 45 144 61
Binary 11111000 10011010 0 0 100110 1100100 11 100101 1100100 110001

Color Harmonies of #F89A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89A00

Black with #F89A00

Text Example


Text Example

White with #F89A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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