Html Css Color HEX #F1A700 Orange

📋 copy color: '#F1A700'

red 241 ◦ green 167 ◦ blue 0

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

Shades of Orange #F1A700

Tints of Orange #F1A700

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.93%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.07%
G = 40.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F1A700 (or 0xF1A700) is known color: Orange. HEX triplet: F1, A7 and 00. RGB value is (241,167,0). Sum of RGB (Red+Green+Blue) = 241+167+0=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 0 (0.39% from 255 or 0% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A700 is #0E58FF. Grayscale: #AAAAAA. Windows color (decimal): -940288 or 42993. OLE color: 42993.

HSL color Cylindrical-coordinate representation of color #F1A700: hue angle of 41.58º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1A700 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 167 0 -
CMYK 0 0.31 1 0.05
HSL 41.58º 1% 0.47% -
HSV(B) 41.58º 1% 0.95% -
XYZ 50.09 46.34 6.3 -
YUV 170.09 32.02 178.58 -
System Red Green Blue C M Y K H S L
Decimal 241 167 0 0 0.31 1 0.05 41.58 1 0.47
Hex F1 A7 0 0 1F 64 5 2A 64 2F
Octal 361 247 0 0 37 144 5 52 144 57
Binary 11110001 10100111 0 0 11111 1100100 101 101010 1100100 101111

Color Harmonies of #F1A700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A700

Black with #F1A700

Text Example


Text Example

White with #F1A700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A700; }

 p { color: rgb(241,167,0); }

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

background-color css

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

 a { background-color: rgb(241,167,0); }

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

border-color css

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

 span { border-color: rgb(241,167,0); }

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