Html Css Color HEX #F4A505 Orange

📋 copy color: '#F4A505'

red 244 ◦ green 165 ◦ blue 5

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

Shades of Orange #F4A505

Tints of Orange #F4A505

RGB

 RED value IS 244 (95.7% from 255) = 58.94%

 GREEN value IS 165 (64.84% from 255) = 39.86%

 BLUE value IS 5 (2.34% from 255) = 1.21%

R = 58.94%
G = 39.86%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F4A505 (or 0xF4A505) is known color: Orange. HEX triplet: F4, A5 and 05. RGB value is (244,165,5). Sum of RGB (Red+Green+Blue) = 244+165+5=414 (54% of max value = 765). Red value is 244 (95.70% from 255 or 58.94% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 5 (2.34% from 255 or 1.21% from 414); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A505 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4A505 is #0B5AFA. Grayscale: #ABABAB. Windows color (decimal): -744187 or 370164. OLE color: 370164.

HSL color Cylindrical-coordinate representation of color #F4A505: hue angle of 40.17º degrees, saturation: 0.96, 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 #F4A505 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 165 5 -
CMYK 0 0.32 0.98 0.04
HSL 40.17º 0.96% 0.49% -
HSV(B) 40.17º 0.98% 0.96% -
XYZ 50.79 46.15 6.38 -
YUV 170.38 34.67 180.51 -
System Red Green Blue C M Y K H S L
Decimal 244 165 5 0 0.32 0.98 0.04 40.17 0.96 0.49
Hex F4 A5 5 0 20 62 4 28 60 31
Octal 364 245 5 0 40 142 4 50 140 61
Binary 11110100 10100101 101 0 100000 1100010 100 101000 1100000 110001

Color Harmonies of #F4A505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A505

Black with #F4A505

Text Example


Text Example

White with #F4A505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A505; }

 p { color: rgb(244,165,5); }

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

background-color css

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

 a { background-color: rgb(244,165,5); }

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

border-color css

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

 span { border-color: rgb(244,165,5); }

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