Html Css Color HEX #F1A321 Carrot Orange

📋 copy color: '#F1A321'

red 241 ◦ green 163 ◦ blue 33

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

Shades of Carrot Orange #F1A321

Tints of Carrot Orange #F1A321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.55%

R = 55.15%
G = 37.3%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F1A321 (or 0xF1A321) is known color: Carrot Orange. HEX triplet: F1, A3 and 21. RGB value is (241,163,33). Sum of RGB (Red+Green+Blue) = 241+163+33=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 33 (13.28% from 255 or 7.55% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A321 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A321 is #0E5CDE. Grayscale: #ACACAC. Windows color (decimal): -941279 or 2204657. OLE color: 2204657.

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

Color convert

RGB 241 163 33 -
CMYK 0 0.32 0.86 0.05
HSL 37.5º 0.88% 0.54% -
HSV(B) 37.5º 0.86% 0.95% -
XYZ 49.65 45 7.51 -
YUV 171.5 49.84 177.57 -
System Red Green Blue C M Y K H S L
Decimal 241 163 33 0 0.32 0.86 0.05 37.5 0.88 0.54
Hex F1 A3 21 0 20 56 5 26 58 36
Octal 361 243 41 0 40 126 5 46 130 66
Binary 11110001 10100011 100001 0 100000 1010110 101 100110 1011000 110110

Color Harmonies of #F1A321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A321

Black with #F1A321

Text Example


Text Example

White with #F1A321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A321; }

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

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

background-color css

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

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

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

border-color css

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

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

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