Html Css Color HEX #F1912C Carrot Orange

📋 copy color: '#F1912C'

red 241 ◦ green 145 ◦ blue 44

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

Shades of Carrot Orange #F1912C

Tints of Carrot Orange #F1912C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.72%

 BLUE value IS 44 (17.58% from 255) = 10.23%

R = 56.05%
G = 33.72%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1912C (or 0xF1912C) is known color: Carrot Orange. HEX triplet: F1, 91 and 2C. RGB value is (241,145,44). Sum of RGB (Red+Green+Blue) = 241+145+44=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 44 (17.58% from 255 or 10.23% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F1912C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1912C is #0E6ED3. Grayscale: #A2A2A2. Windows color (decimal): -945876 or 2920945. OLE color: 2920945.

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

Color convert

RGB 241 145 44 -
CMYK 0 0.40 0.82 0.05
HSL 30.76º 0.88% 0.56% -
HSV(B) 30.76º 0.82% 0.95% -
XYZ 46.86 39.13 7.47 -
YUV 162.19 61.3 184.21 -
System Red Green Blue C M Y K H S L
Decimal 241 145 44 0 0.40 0.82 0.05 30.76 0.88 0.56
Hex F1 91 2C 0 28 52 5 1F 58 38
Octal 361 221 54 0 50 122 5 37 130 70
Binary 11110001 10010001 101100 0 101000 1010010 101 11111 1011000 111000

Color Harmonies of #F1912C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1912C

Black with #F1912C

Text Example


Text Example

White with #F1912C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1912C; }

 p { color: rgb(241,145,44); }

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

background-color css

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

 a { background-color: rgb(241,145,44); }

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

border-color css

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

 span { border-color: rgb(241,145,44); }

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