Html Css Color HEX #F1942A Carrot Orange

📋 copy color: '#F1942A'

red 241 ◦ green 148 ◦ blue 42

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

Shades of Carrot Orange #F1942A

Tints of Carrot Orange #F1942A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.34%

 BLUE value IS 42 (16.8% from 255) = 9.74%

R = 55.92%
G = 34.34%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F1942A (or 0xF1942A) is known color: Carrot Orange. HEX triplet: F1, 94 and 2A. RGB value is (241,148,42). Sum of RGB (Red+Green+Blue) = 241+148+42=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 42 (16.80% from 255 or 9.74% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F1942A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1942A is #0E6BD5. Grayscale: #A4A4A4. Windows color (decimal): -945110 or 2790641. OLE color: 2790641.

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

Color convert

RGB 241 148 42 -
CMYK 0 0.39 0.83 0.05
HSL 31.96º 0.88% 0.55% -
HSV(B) 31.96º 0.83% 0.95% -
XYZ 47.28 40.05 7.43 -
YUV 163.72 59.31 183.12 -
System Red Green Blue C M Y K H S L
Decimal 241 148 42 0 0.39 0.83 0.05 31.96 0.88 0.55
Hex F1 94 2A 0 27 53 5 20 58 37
Octal 361 224 52 0 47 123 5 40 130 67
Binary 11110001 10010100 101010 0 100111 1010011 101 100000 1011000 110111

Color Harmonies of #F1942A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1942A

Black with #F1942A

Text Example


Text Example

White with #F1942A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1942A; }

 p { color: rgb(241,148,42); }

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

background-color css

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

 a { background-color: rgb(241,148,42); }

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

border-color css

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

 span { border-color: rgb(241,148,42); }

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