Html Css Color HEX #F1A300 Orange

📋 copy color: '#F1A300'

red 241 ◦ green 163 ◦ blue 0

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

Shades of Orange #F1A300

Tints of Orange #F1A300

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.35%

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

R = 59.65%
G = 40.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F1A300 (or 0xF1A300) is known color: Orange. HEX triplet: F1, A3 and 00. RGB value is (241,163,0). Sum of RGB (Red+Green+Blue) = 241+163+0=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A300 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A300 is #0E5CFF. Grayscale: #A8A8A8. Windows color (decimal): -941312 or 41969. OLE color: 41969.

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

Color convert

RGB 241 163 0 -
CMYK 0 0.32 1 0.05
HSL 40.58º 1% 0.47% -
HSV(B) 40.58º 1% 0.95% -
XYZ 49.37 44.9 6.06 -
YUV 167.74 33.34 180.25 -
System Red Green Blue C M Y K H S L
Decimal 241 163 0 0 0.32 1 0.05 40.58 1 0.47
Hex F1 A3 0 0 20 64 5 29 64 2F
Octal 361 243 0 0 40 144 5 51 144 57
Binary 11110001 10100011 0 0 100000 1100100 101 101001 1100100 101111

Color Harmonies of #F1A300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A300

Black with #F1A300

Text Example


Text Example

White with #F1A300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A300; }

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

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

background-color css

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

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

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

border-color css

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

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

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