Html Css Color HEX #F2952C Carrot Orange

📋 copy color: '#F2952C'

red 242 ◦ green 149 ◦ blue 44

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

Shades of Carrot Orange #F2952C

Tints of Carrot Orange #F2952C

RGB

 RED value IS 242 (94.92% from 255) = 55.63%

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

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

R = 55.63%
G = 34.25%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2952C (or 0xF2952C) is known color: Carrot Orange. HEX triplet: F2, 95 and 2C. RGB value is (242,149,44). Sum of RGB (Red+Green+Blue) = 242+149+44=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 44 (17.58% from 255 or 10.11% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F2952C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2952C is #0D6AD3. Grayscale: #A5A5A5. Windows color (decimal): -879316 or 2921970. OLE color: 2921970.

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

Color convert

RGB 242 149 44 -
CMYK 0 0.38 0.82 0.05
HSL 31.82º 0.88% 0.56% -
HSV(B) 31.82º 0.82% 0.95% -
XYZ 47.82 40.55 7.69 -
YUV 164.84 59.81 183.04 -
System Red Green Blue C M Y K H S L
Decimal 242 149 44 0 0.38 0.82 0.05 31.82 0.88 0.56
Hex F2 95 2C 0 26 52 5 20 58 38
Octal 362 225 54 0 46 122 5 40 130 70
Binary 11110010 10010101 101100 0 100110 1010010 101 100000 1011000 111000

Color Harmonies of #F2952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2952C

Black with #F2952C

Text Example


Text Example

White with #F2952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2952C; }

 p { color: rgb(242,149,44); }

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

background-color css

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

 a { background-color: rgb(242,149,44); }

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

border-color css

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

 span { border-color: rgb(242,149,44); }

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