Html Css Color HEX #F0952C Carrot Orange

📋 copy color: '#F0952C'

red 240 ◦ green 149 ◦ blue 44

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

Shades of Carrot Orange #F0952C

Tints of Carrot Orange #F0952C

RGB

 RED value IS 240 (94.14% from 255) = 55.43%

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

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

R = 55.43%
G = 34.41%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0952C (or 0xF0952C) is known color: Carrot Orange. HEX triplet: F0, 95 and 2C. RGB value is (240,149,44). Sum of RGB (Red+Green+Blue) = 240+149+44=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 44 (17.58% from 255 or 10.16% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F0952C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0952C is #0F6AD3. Grayscale: #A4A4A4. Windows color (decimal): -1010388 or 2921968. OLE color: 2921968.

HSL color Cylindrical-coordinate representation of color #F0952C: hue angle of 32.14º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0952C is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 149 44 -
CMYK 0 0.38 0.82 0.06
HSL 32.14º 0.87% 0.56% -
HSV(B) 32.14º 0.82% 0.94% -
XYZ 47.14 40.2 7.66 -
YUV 164.24 60.15 182.04 -
System Red Green Blue C M Y K H S L
Decimal 240 149 44 0 0.38 0.82 0.06 32.14 0.87 0.56
Hex F0 95 2C 0 26 52 6 20 57 38
Octal 360 225 54 0 46 122 6 40 127 70
Binary 11110000 10010101 101100 0 100110 1010010 110 100000 1010111 111000

Color Harmonies of #F0952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0952C

Black with #F0952C

Text Example


Text Example

White with #F0952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0952C; }

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

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

background-color css

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

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

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

border-color css

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

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

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