Html Css Color HEX #F5A103 Orange Peel

📋 copy color: '#F5A103'

red 245 ◦ green 161 ◦ blue 3

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

Shades of Orange Peel #F5A103

Tints of Orange Peel #F5A103

RGB

 RED value IS 245 (96.09% from 255) = 59.9%

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

 BLUE value IS 3 (1.56% from 255) = 0.73%

R = 59.9%
G = 39.36%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F5A103 (or 0xF5A103) is known color: Orange Peel. HEX triplet: F5, A1 and 03. RGB value is (245,161,3). Sum of RGB (Red+Green+Blue) = 245+161+3=409 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.90% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 3 (1.56% from 255 or 0.73% from 409); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A103 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5A103 is #0A5EFC. Grayscale: #A8A8A8. Windows color (decimal): -679677 or 238069. OLE color: 238069.

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

Color convert

RGB 245 161 3 -
CMYK 0 0.34 0.99 0.04
HSL 39.17º 0.98% 0.49% -
HSV(B) 39.17º 0.99% 0.96% -
XYZ 50.42 44.91 6.1 -
YUV 168.1 34.83 182.85 -
System Red Green Blue C M Y K H S L
Decimal 245 161 3 0 0.34 0.99 0.04 39.17 0.98 0.49
Hex F5 A1 3 0 22 63 4 27 62 31
Octal 365 241 3 0 42 143 4 47 142 61
Binary 11110101 10100001 11 0 100010 1100011 100 100111 1100010 110001

Color Harmonies of #F5A103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A103

Black with #F5A103

Text Example


Text Example

White with #F5A103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A103; }

 p { color: rgb(245,161,3); }

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

background-color css

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

 a { background-color: rgb(245,161,3); }

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

border-color css

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

 span { border-color: rgb(245,161,3); }

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