Html Css Color HEX #F1A308 Orange

📋 copy color: '#F1A308'

red 241 ◦ green 163 ◦ blue 8

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

Shades of Orange #F1A308

Tints of Orange #F1A308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.94%

R = 58.5%
G = 39.56%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F1A308 (or 0xF1A308) is known color: Orange. HEX triplet: F1, A3 and 08. RGB value is (241,163,8). Sum of RGB (Red+Green+Blue) = 241+163+8=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 8 (3.52% from 255 or 1.94% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A308 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A308 is #0E5CF7. Grayscale: #A9A9A9. Windows color (decimal): -941304 or 566257. OLE color: 566257.

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

Color convert

RGB 241 163 8 -
CMYK 0 0.32 0.97 0.05
HSL 39.91º 0.94% 0.49% -
HSV(B) 39.91º 0.97% 0.95% -
XYZ 49.42 44.91 6.29 -
YUV 168.65 37.34 179.6 -
System Red Green Blue C M Y K H S L
Decimal 241 163 8 0 0.32 0.97 0.05 39.91 0.94 0.49
Hex F1 A3 8 0 20 61 5 28 5E 31
Octal 361 243 10 0 40 141 5 50 136 61
Binary 11110001 10100011 1000 0 100000 1100001 101 101000 1011110 110001

Color Harmonies of #F1A308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A308

Black with #F1A308

Text Example


Text Example

White with #F1A308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A308; }

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

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

background-color css

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

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

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

border-color css

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

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

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