Html Css Color HEX #F0932C Carrot Orange

📋 copy color: '#F0932C'

red 240 ◦ green 147 ◦ blue 44

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

Shades of Carrot Orange #F0932C

Tints of Carrot Orange #F0932C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.11%

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

R = 55.68%
G = 34.11%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0932C (or 0xF0932C) is known color: Carrot Orange. HEX triplet: F0, 93 and 2C. RGB value is (240,147,44). Sum of RGB (Red+Green+Blue) = 240+147+44=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 44 (17.58% from 255 or 10.21% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F0932C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0932C is #0F6CD3. Grayscale: #A3A3A3. Windows color (decimal): -1010900 or 2921456. OLE color: 2921456.

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

Color convert

RGB 240 147 44 -
CMYK 0 0.39 0.82 0.06
HSL 31.53º 0.87% 0.56% -
HSV(B) 31.53º 0.82% 0.94% -
XYZ 46.82 39.57 7.55 -
YUV 163.07 60.81 182.88 -
System Red Green Blue C M Y K H S L
Decimal 240 147 44 0 0.39 0.82 0.06 31.53 0.87 0.56
Hex F0 93 2C 0 27 52 6 20 57 38
Octal 360 223 54 0 47 122 6 40 127 70
Binary 11110000 10010011 101100 0 100111 1010010 110 100000 1010111 111000

Color Harmonies of #F0932C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0932C

Black with #F0932C

Text Example


Text Example

White with #F0932C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0932C; }

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

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

background-color css

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

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

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

border-color css

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

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

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