Html Css Color HEX #F8A102 Orange Peel

📋 copy color: '#F8A102'

red 248 ◦ green 161 ◦ blue 2

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

Shades of Orange Peel #F8A102

Tints of Orange Peel #F8A102

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.17%

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

R = 60.34%
G = 39.17%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F8A102 (or 0xF8A102) is known color: Orange Peel. HEX triplet: F8, A1 and 02. RGB value is (248,161,2). Sum of RGB (Red+Green+Blue) = 248+161+2=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 2 (1.17% from 255 or 0.49% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A102 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A102 is #075EFD. Grayscale: #A9A9A9. Windows color (decimal): -483070 or 172536. OLE color: 172536.

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

Color convert

RGB 248 161 2 -
CMYK 0 0.35 0.99 0.03
HSL 38.78º 0.98% 0.49% -
HSV(B) 38.78º 0.99% 0.97% -
XYZ 51.47 45.45 6.12 -
YUV 168.89 33.82 184.43 -
System Red Green Blue C M Y K H S L
Decimal 248 161 2 0 0.35 0.99 0.03 38.78 0.98 0.49
Hex F8 A1 2 0 23 63 3 27 62 31
Octal 370 241 2 0 43 143 3 47 142 61
Binary 11111000 10100001 10 0 100011 1100011 11 100111 1100010 110001

Color Harmonies of #F8A102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A102

Black with #F8A102

Text Example


Text Example

White with #F8A102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A102; }

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

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

background-color css

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

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

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

border-color css

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

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

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