Html Css Color HEX #F89D06 Orange Peel

📋 copy color: '#F89D06'

red 248 ◦ green 157 ◦ blue 6

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

Shades of Orange Peel #F89D06

Tints of Orange Peel #F89D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.46%

R = 60.34%
G = 38.2%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F89D06 (or 0xF89D06) is known color: Orange Peel. HEX triplet: F8, 9D and 06. RGB value is (248,157,6). Sum of RGB (Red+Green+Blue) = 248+157+6=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 6 (2.73% from 255 or 1.46% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F89D06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89D06 is #0762F9. Grayscale: #A7A7A7. Windows color (decimal): -484090 or 433656. OLE color: 433656.

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

Color convert

RGB 248 157 6 -
CMYK 0 0.37 0.98 0.03
HSL 37.44º 0.95% 0.5% -
HSV(B) 37.44º 0.98% 0.97% -
XYZ 50.8 44.08 6 -
YUV 167 37.15 185.78 -
System Red Green Blue C M Y K H S L
Decimal 248 157 6 0 0.37 0.98 0.03 37.44 0.95 0.5
Hex F8 9D 6 0 25 62 3 25 5F 32
Octal 370 235 6 0 45 142 3 45 137 62
Binary 11111000 10011101 110 0 100101 1100010 11 100101 1011111 110010

Color Harmonies of #F89D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89D06

Black with #F89D06

Text Example


Text Example

White with #F89D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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