Html Css Color HEX #F0AD01 Orange

📋 copy color: '#F0AD01'

red 240 ◦ green 173 ◦ blue 1

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

Shades of Orange #F0AD01

Tints of Orange #F0AD01

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.79%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 57.97%
G = 41.79%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F0AD01 (or 0xF0AD01) is known color: Orange. HEX triplet: F0, AD and 01. RGB value is (240,173,1). Sum of RGB (Red+Green+Blue) = 240+173+1=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0AD01 is #0F52FE. Grayscale: #AEAEAE. Windows color (decimal): -1004287 or 110064. OLE color: 110064.

HSL color Cylindrical-coordinate representation of color #F0AD01: hue angle of 43.18º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0AD01 is Cyan = 0, Magento = 0.28, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 173 1 -
CMYK 0 0.28 1.00 0.06
HSL 43.18º 0.99% 0.47% -
HSV(B) 43.18º 1% 0.94% -
XYZ 50.88 48.41 6.69 -
YUV 173.43 30.7 175.49 -
System Red Green Blue C M Y K H S L
Decimal 240 173 1 0 0.28 1.00 0.06 43.18 0.99 0.47
Hex F0 AD 1 0 1C 64 6 2B 63 2F
Octal 360 255 1 0 34 144 6 53 143 57
Binary 11110000 10101101 1 0 11100 1100100 110 101011 1100011 101111

Color Harmonies of #F0AD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AD01

Black with #F0AD01

Text Example


Text Example

White with #F0AD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AD01; }

 p { color: rgb(240,173,1); }

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

background-color css

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

 a { background-color: rgb(240,173,1); }

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

border-color css

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

 span { border-color: rgb(240,173,1); }

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