Html Css Color HEX #F0A405 Orange

📋 copy color: '#F0A405'

red 240 ◦ green 164 ◦ blue 5

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

Shades of Orange #F0A405

Tints of Orange #F0A405

RGB

 RED value IS 240 (94.14% from 255) = 58.68%

 GREEN value IS 164 (64.45% from 255) = 40.1%

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

R = 58.68%
G = 40.1%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F0A405 (or 0xF0A405) is known color: Orange. HEX triplet: F0, A4 and 05. RGB value is (240,164,5). Sum of RGB (Red+Green+Blue) = 240+164+5=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 5 (2.34% from 255 or 1.22% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A405 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A405 is #0F5BFA. Grayscale: #A9A9A9. Windows color (decimal): -1006587 or 369904. OLE color: 369904.

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

Color convert

RGB 240 164 5 -
CMYK 0 0.32 0.98 0.06
HSL 40.6º 0.96% 0.48% -
HSV(B) 40.6º 0.98% 0.94% -
XYZ 49.24 45.09 6.25 -
YUV 168.6 35.68 178.93 -
System Red Green Blue C M Y K H S L
Decimal 240 164 5 0 0.32 0.98 0.06 40.6 0.96 0.48
Hex F0 A4 5 0 20 62 6 29 60 30
Octal 360 244 5 0 40 142 6 51 140 60
Binary 11110000 10100100 101 0 100000 1100010 110 101001 1100000 110000

Color Harmonies of #F0A405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A405

Black with #F0A405

Text Example


Text Example

White with #F0A405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A405; }

 p { color: rgb(240,164,5); }

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

background-color css

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

 a { background-color: rgb(240,164,5); }

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

border-color css

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

 span { border-color: rgb(240,164,5); }

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