Html Css Color HEX #F1A702 Orange

📋 copy color: '#F1A702'

red 241 ◦ green 167 ◦ blue 2

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

Shades of Orange #F1A702

Tints of Orange #F1A702

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.73%

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

R = 58.78%
G = 40.73%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F1A702 (or 0xF1A702) is known color: Orange. HEX triplet: F1, A7 and 02. RGB value is (241,167,2). Sum of RGB (Red+Green+Blue) = 241+167+2=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 167 (65.62% from 255 or 40.73% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A702 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A702 is #0E58FD. Grayscale: #ABABAB. Windows color (decimal): -940286 or 174065. OLE color: 174065.

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

Color convert

RGB 241 167 2 -
CMYK 0 0.31 0.99 0.05
HSL 41.42º 0.98% 0.48% -
HSV(B) 41.42º 0.99% 0.95% -
XYZ 50.11 46.34 6.36 -
YUV 170.32 33.02 178.42 -
System Red Green Blue C M Y K H S L
Decimal 241 167 2 0 0.31 0.99 0.05 41.42 0.98 0.48
Hex F1 A7 2 0 1F 63 5 29 62 30
Octal 361 247 2 0 37 143 5 51 142 60
Binary 11110001 10100111 10 0 11111 1100011 101 101001 1100010 110000

Color Harmonies of #F1A702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A702

Black with #F1A702

Text Example


Text Example

White with #F1A702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A702; }

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

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

background-color css

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

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

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

border-color css

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

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

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