Html Css Color HEX #F1A800 Orange

📋 copy color: '#F1A800'

red 241 ◦ green 168 ◦ blue 0

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

Shades of Orange #F1A800

Tints of Orange #F1A800

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.08%

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

R = 58.92%
G = 41.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F1A800 (or 0xF1A800) is known color: Orange. HEX triplet: F1, A8 and 00. RGB value is (241,168,0). Sum of RGB (Red+Green+Blue) = 241+168+0=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A800 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A800 is #0E57FF. Grayscale: #ABABAB. Windows color (decimal): -940032 or 43249. OLE color: 43249.

HSL color Cylindrical-coordinate representation of color #F1A800: hue angle of 41.83º 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 #F1A800 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 168 0 -
CMYK 0 0.30 1 0.05
HSL 41.83º 1% 0.47% -
HSV(B) 41.83º 1% 0.95% -
XYZ 50.28 46.71 6.37 -
YUV 170.68 31.68 178.16 -
System Red Green Blue C M Y K H S L
Decimal 241 168 0 0 0.30 1 0.05 41.83 1 0.47
Hex F1 A8 0 0 1E 64 5 2A 64 2F
Octal 361 250 0 0 36 144 5 52 144 57
Binary 11110001 10101000 0 0 11110 1100100 101 101010 1100100 101111

Color Harmonies of #F1A800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A800

Black with #F1A800

Text Example


Text Example

White with #F1A800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A800; }

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

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

background-color css

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

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

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

border-color css

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

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

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