Html Css Color HEX #F1AD07 Orange

📋 copy color: '#F1AD07'

red 241 ◦ green 173 ◦ blue 7

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

Shades of Orange #F1AD07

Tints of Orange #F1AD07

RGB

 RED value IS 241 (94.53% from 255) = 57.24%

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

 BLUE value IS 7 (3.13% from 255) = 1.66%

R = 57.24%
G = 41.09%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F1AD07 (or 0xF1AD07) is known color: Orange. HEX triplet: F1, AD and 07. RGB value is (241,173,7). Sum of RGB (Red+Green+Blue) = 241+173+7=421 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.24% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 7 (3.12% from 255 or 1.66% from 421); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1AD07 is #0E52F8. Grayscale: #AFAFAF. Windows color (decimal): -938745 or 503281. OLE color: 503281.

HSL color Cylindrical-coordinate representation of color #F1AD07: hue angle of 42.56º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F1AD07 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 173 7 -
CMYK 0 0.28 0.97 0.05
HSL 42.56º 0.94% 0.49% -
HSV(B) 42.56º 0.97% 0.95% -
XYZ 51.26 48.6 6.88 -
YUV 174.41 33.53 175.5 -
System Red Green Blue C M Y K H S L
Decimal 241 173 7 0 0.28 0.97 0.05 42.56 0.94 0.49
Hex F1 AD 7 0 1C 61 5 2B 5E 31
Octal 361 255 7 0 34 141 5 53 136 61
Binary 11110001 10101101 111 0 11100 1100001 101 101011 1011110 110001

Color Harmonies of #F1AD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AD07

Black with #F1AD07

Text Example


Text Example

White with #F1AD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AD07; }

 p { color: rgb(241,173,7); }

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

background-color css

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

 a { background-color: rgb(241,173,7); }

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

border-color css

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

 span { border-color: rgb(241,173,7); }

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