Html Css Color HEX #F5A302 Orange

📋 copy color: '#F5A302'

red 245 ◦ green 163 ◦ blue 2

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

Shades of Orange #F5A302

Tints of Orange #F5A302

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.76%

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

R = 59.76%
G = 39.76%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F5A302 (or 0xF5A302) is known color: Orange. HEX triplet: F5, A3 and 02. RGB value is (245,163,2). Sum of RGB (Red+Green+Blue) = 245+163+2=410 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.76% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5A302 is #0A5CFD. Grayscale: #A9A9A9. Windows color (decimal): -679166 or 173045. OLE color: 173045.

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

Color convert

RGB 245 163 2 -
CMYK 0 0.33 0.99 0.04
HSL 39.75º 0.98% 0.48% -
HSV(B) 39.75º 0.99% 0.96% -
XYZ 50.76 45.61 6.19 -
YUV 169.16 33.67 182.09 -
System Red Green Blue C M Y K H S L
Decimal 245 163 2 0 0.33 0.99 0.04 39.75 0.98 0.48
Hex F5 A3 2 0 21 63 4 28 62 30
Octal 365 243 2 0 41 143 4 50 142 60
Binary 11110101 10100011 10 0 100001 1100011 100 101000 1100010 110000

Color Harmonies of #F5A302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A302

Black with #F5A302

Text Example


Text Example

White with #F5A302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A302; }

 p { color: rgb(245,163,2); }

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

background-color css

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

 a { background-color: rgb(245,163,2); }

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

border-color css

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

 span { border-color: rgb(245,163,2); }

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