Html Css Color HEX #F1A21E Carrot Orange

📋 copy color: '#F1A21E'

red 241 ◦ green 162 ◦ blue 30

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

Shades of Carrot Orange #F1A21E

Tints of Carrot Orange #F1A21E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.93%

R = 55.66%
G = 37.41%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1A21E (or 0xF1A21E) is known color: Carrot Orange. HEX triplet: F1, A2 and 1E. RGB value is (241,162,30). Sum of RGB (Red+Green+Blue) = 241+162+30=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 30 (12.11% from 255 or 6.93% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A21E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A21E is #0E5DE1. Grayscale: #ABABAB. Windows color (decimal): -941538 or 2007793. OLE color: 2007793.

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

Color convert

RGB 241 162 30 -
CMYK 0 0.33 0.88 0.05
HSL 37.54º 0.88% 0.53% -
HSV(B) 37.54º 0.88% 0.95% -
XYZ 49.43 44.64 7.24 -
YUV 170.57 48.67 178.23 -
System Red Green Blue C M Y K H S L
Decimal 241 162 30 0 0.33 0.88 0.05 37.54 0.88 0.53
Hex F1 A2 1E 0 21 58 5 26 58 35
Octal 361 242 36 0 41 130 5 46 130 65
Binary 11110001 10100010 11110 0 100001 1011000 101 100110 1011000 110101

Color Harmonies of #F1A21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A21E

Black with #F1A21E

Text Example


Text Example

White with #F1A21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A21E; }

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

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

background-color css

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

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

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

border-color css

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

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

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