Html Css Color HEX #F0952B Carrot Orange

📋 copy color: '#F0952B'

red 240 ◦ green 149 ◦ blue 43

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

Shades of Carrot Orange #F0952B

Tints of Carrot Orange #F0952B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.95%

R = 55.56%
G = 34.49%
B = 9.95%

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

#F0952B (or 0xF0952B) is known color: Carrot Orange. HEX triplet: F0, 95 and 2B. RGB value is (240,149,43). Sum of RGB (Red+Green+Blue) = 240+149+43=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 43 (17.19% from 255 or 9.95% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F0952B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0952B is #0F6AD4. Grayscale: #A4A4A4. Windows color (decimal): -1010389 or 2856432. OLE color: 2856432.

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

Color convert

RGB 240 149 43 -
CMYK 0 0.38 0.82 0.06
HSL 32.28º 0.87% 0.55% -
HSV(B) 32.28º 0.82% 0.94% -
XYZ 47.12 40.19 7.56 -
YUV 164.13 59.65 182.12 -
System Red Green Blue C M Y K H S L
Decimal 240 149 43 0 0.38 0.82 0.06 32.28 0.87 0.55
Hex F0 95 2B 0 26 52 6 20 57 37
Octal 360 225 53 0 46 122 6 40 127 67
Binary 11110000 10010101 101011 0 100110 1010010 110 100000 1010111 110111

Color Harmonies of #F0952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0952B

Black with #F0952B

Text Example


Text Example

White with #F0952B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0952B; }

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

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

background-color css

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

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

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

border-color css

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

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

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