Html Css Color HEX #F1A206 Orange

📋 copy color: '#F1A206'

red 241 ◦ green 162 ◦ blue 6

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

Shades of Orange #F1A206

Tints of Orange #F1A206

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.61%

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

R = 58.92%
G = 39.61%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F1A206 (or 0xF1A206) is known color: Orange. HEX triplet: F1, A2 and 06. RGB value is (241,162,6). Sum of RGB (Red+Green+Blue) = 241+162+6=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 6 (2.73% from 255 or 1.47% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A206 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A206 is #0E5DF9. Grayscale: #A8A8A8. Windows color (decimal): -941562 or 434929. OLE color: 434929.

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

Color convert

RGB 241 162 6 -
CMYK 0 0.33 0.98 0.05
HSL 39.83º 0.95% 0.48% -
HSV(B) 39.83º 0.98% 0.95% -
XYZ 49.23 44.55 6.18 -
YUV 167.84 36.67 180.18 -
System Red Green Blue C M Y K H S L
Decimal 241 162 6 0 0.33 0.98 0.05 39.83 0.95 0.48
Hex F1 A2 6 0 21 62 5 28 5F 30
Octal 361 242 6 0 41 142 5 50 137 60
Binary 11110001 10100010 110 0 100001 1100010 101 101000 1011111 110000

Color Harmonies of #F1A206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A206

Black with #F1A206

Text Example


Text Example

White with #F1A206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A206; }

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

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

background-color css

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

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

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

border-color css

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

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

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