Html Css Color HEX #F1921F Carrot Orange

📋 copy color: '#F1921F'

red 241 ◦ green 146 ◦ blue 31

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

Shades of Carrot Orange #F1921F

Tints of Carrot Orange #F1921F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.93%

 BLUE value IS 31 (12.5% from 255) = 7.42%

R = 57.66%
G = 34.93%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F1921F (or 0xF1921F) is known color: Carrot Orange. HEX triplet: F1, 92 and 1F. RGB value is (241,146,31). Sum of RGB (Red+Green+Blue) = 241+146+31=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 31 (12.5% from 255 or 7.42% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F1921F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1921F is #0E6DE0. Grayscale: #A1A1A1. Windows color (decimal): -945633 or 2069233. OLE color: 2069233.

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

Color convert

RGB 241 146 31 -
CMYK 0 0.39 0.87 0.05
HSL 32.86º 0.88% 0.53% -
HSV(B) 32.86º 0.87% 0.95% -
XYZ 46.8 39.36 6.43 -
YUV 161.3 54.47 184.85 -
System Red Green Blue C M Y K H S L
Decimal 241 146 31 0 0.39 0.87 0.05 32.86 0.88 0.53
Hex F1 92 1F 0 27 57 5 21 58 35
Octal 361 222 37 0 47 127 5 41 130 65
Binary 11110001 10010010 11111 0 100111 1010111 101 100001 1011000 110101

Color Harmonies of #F1921F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1921F

Black with #F1921F

Text Example


Text Example

White with #F1921F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1921F; }

 p { color: rgb(241,146,31); }

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

background-color css

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

 a { background-color: rgb(241,146,31); }

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

border-color css

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

 span { border-color: rgb(241,146,31); }

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