Html Css Color HEX #F5AB04 Orange

📋 copy color: '#F5AB04'

red 245 ◦ green 171 ◦ blue 4

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

Shades of Orange #F5AB04

Tints of Orange #F5AB04

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.71%

 BLUE value IS 4 (1.95% from 255) = 0.95%

R = 58.33%
G = 40.71%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F5AB04 (or 0xF5AB04) is known color: Orange. HEX triplet: F5, AB and 04. RGB value is (245,171,4). Sum of RGB (Red+Green+Blue) = 245+171+4=420 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.33% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 4 (1.95% from 255 or 0.95% from 420); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5AB04 is #0A54FB. Grayscale: #AEAEAE. Windows color (decimal): -677116 or 306165. OLE color: 306165.

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

Color convert

RGB 245 171 4 -
CMYK 0 0.30 0.98 0.04
HSL 41.58º 0.97% 0.49% -
HSV(B) 41.58º 0.98% 0.96% -
XYZ 52.24 48.55 6.73 -
YUV 174.09 32.02 178.58 -
System Red Green Blue C M Y K H S L
Decimal 245 171 4 0 0.30 0.98 0.04 41.58 0.97 0.49
Hex F5 AB 4 0 1E 62 4 2A 61 31
Octal 365 253 4 0 36 142 4 52 141 61
Binary 11110101 10101011 100 0 11110 1100010 100 101010 1100001 110001

Color Harmonies of #F5AB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AB04

Black with #F5AB04

Text Example


Text Example

White with #F5AB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AB04; }

 p { color: rgb(245,171,4); }

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

background-color css

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

 a { background-color: rgb(245,171,4); }

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

border-color css

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

 span { border-color: rgb(245,171,4); }

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