Html Css Color HEX #F89602 Orange Peel

📋 copy color: '#F89602'

red 248 ◦ green 150 ◦ blue 2

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

Shades of Orange Peel #F89602

Tints of Orange Peel #F89602

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.5%

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 62%
G = 37.5%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F89602 (or 0xF89602) is known color: Orange Peel. HEX triplet: F8, 96 and 02. RGB value is (248,150,2). Sum of RGB (Red+Green+Blue) = 248+150+2=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 2 (1.17% from 255 or 0.5% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F89602 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89602 is #0769FD. Grayscale: #A3A3A3. Windows color (decimal): -485886 or 169720. OLE color: 169720.

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

Color convert

RGB 248 150 2 -
CMYK 0 0.40 0.99 0.03
HSL 36.1º 0.98% 0.49% -
HSV(B) 36.1º 0.99% 0.97% -
XYZ 49.63 41.77 5.5 -
YUV 162.43 37.47 189.03 -
System Red Green Blue C M Y K H S L
Decimal 248 150 2 0 0.40 0.99 0.03 36.1 0.98 0.49
Hex F8 96 2 0 28 63 3 24 62 31
Octal 370 226 2 0 50 143 3 44 142 61
Binary 11111000 10010110 10 0 101000 1100011 11 100100 1100010 110001

Color Harmonies of #F89602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89602

Black with #F89602

Text Example


Text Example

White with #F89602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89602; }

 p { color: rgb(248,150,2); }

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

background-color css

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

 a { background-color: rgb(248,150,2); }

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

border-color css

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

 span { border-color: rgb(248,150,2); }

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