Html Css Color HEX #F1A306 Orange

📋 copy color: '#F1A306'

red 241 ◦ green 163 ◦ blue 6

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

Shades of Orange #F1A306

Tints of Orange #F1A306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.46%

R = 58.78%
G = 39.76%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F1A306 (or 0xF1A306) is known color: Orange. HEX triplet: F1, A3 and 06. RGB value is (241,163,6). Sum of RGB (Red+Green+Blue) = 241+163+6=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 6 (2.73% from 255 or 1.46% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A306 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A306 is #0E5CF9. Grayscale: #A9A9A9. Windows color (decimal): -941306 or 435185. OLE color: 435185.

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

Color convert

RGB 241 163 6 -
CMYK 0 0.32 0.98 0.05
HSL 40.09º 0.95% 0.48% -
HSV(B) 40.09º 0.98% 0.95% -
XYZ 49.41 44.91 6.24 -
YUV 168.42 36.34 179.77 -
System Red Green Blue C M Y K H S L
Decimal 241 163 6 0 0.32 0.98 0.05 40.09 0.95 0.48
Hex F1 A3 6 0 20 62 5 28 5F 30
Octal 361 243 6 0 40 142 5 50 137 60
Binary 11110001 10100011 110 0 100000 1100010 101 101000 1011111 110000

Color Harmonies of #F1A306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A306

Black with #F1A306

Text Example


Text Example

White with #F1A306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A306; }

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

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

background-color css

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

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

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

border-color css

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

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

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