Html Css Color HEX #F1A502 Orange

📋 copy color: '#F1A502'

red 241 ◦ green 165 ◦ blue 2

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

Shades of Orange #F1A502

Tints of Orange #F1A502

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.44%

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 59.07%
G = 40.44%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F1A502 (or 0xF1A502) is known color: Orange. HEX triplet: F1, A5 and 02. RGB value is (241,165,2). Sum of RGB (Red+Green+Blue) = 241+165+2=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 2 (1.17% from 255 or 0.49% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A502 is #0E5AFD. Grayscale: #A9A9A9. Windows color (decimal): -940798 or 173553. OLE color: 173553.

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

Color convert

RGB 241 165 2 -
CMYK 0 0.32 0.99 0.05
HSL 40.92º 0.98% 0.48% -
HSV(B) 40.92º 0.99% 0.95% -
XYZ 49.74 45.62 6.24 -
YUV 169.14 33.68 179.25 -
System Red Green Blue C M Y K H S L
Decimal 241 165 2 0 0.32 0.99 0.05 40.92 0.98 0.48
Hex F1 A5 2 0 20 63 5 29 62 30
Octal 361 245 2 0 40 143 5 51 142 60
Binary 11110001 10100101 10 0 100000 1100011 101 101001 1100010 110000

Color Harmonies of #F1A502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A502

Black with #F1A502

Text Example


Text Example

White with #F1A502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A502; }

 p { color: rgb(241,165,2); }

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

background-color css

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

 a { background-color: rgb(241,165,2); }

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

border-color css

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

 span { border-color: rgb(241,165,2); }

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