Html Css Color HEX #F1952A Carrot Orange

📋 copy color: '#F1952A'

red 241 ◦ green 149 ◦ blue 42

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

Shades of Carrot Orange #F1952A

Tints of Carrot Orange #F1952A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.49%

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

R = 55.79%
G = 34.49%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F1952A (or 0xF1952A) is known color: Carrot Orange. HEX triplet: F1, 95 and 2A. RGB value is (241,149,42). Sum of RGB (Red+Green+Blue) = 241+149+42=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 42 (16.80% from 255 or 9.72% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F1952A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1952A is #0E6AD5. Grayscale: #A4A4A4. Windows color (decimal): -944854 or 2790897. OLE color: 2790897.

HSL color Cylindrical-coordinate representation of color #F1952A: hue angle of 32.26º 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 #F1952A is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 149 42 -
CMYK 0 0.38 0.83 0.05
HSL 32.26º 0.88% 0.55% -
HSV(B) 32.26º 0.83% 0.95% -
XYZ 47.44 40.36 7.48 -
YUV 164.31 58.98 182.7 -
System Red Green Blue C M Y K H S L
Decimal 241 149 42 0 0.38 0.83 0.05 32.26 0.88 0.55
Hex F1 95 2A 0 26 53 5 20 58 37
Octal 361 225 52 0 46 123 5 40 130 67
Binary 11110001 10010101 101010 0 100110 1010011 101 100000 1011000 110111

Color Harmonies of #F1952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1952A

Black with #F1952A

Text Example


Text Example

White with #F1952A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1952A; }

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

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

background-color css

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

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

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

border-color css

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

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

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