Html Css Color HEX #F0831C Carrot Orange

📋 copy color: '#F0831C'

red 240 ◦ green 131 ◦ blue 28

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

Shades of Carrot Orange #F0831C

Tints of Carrot Orange #F0831C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.83%

 BLUE value IS 28 (11.33% from 255) = 7.02%

R = 60.15%
G = 32.83%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0831C (or 0xF0831C) is known color: Carrot Orange. HEX triplet: F0, 83 and 1C. RGB value is (240,131,28). Sum of RGB (Red+Green+Blue) = 240+131+28=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F0831C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0831C is #0F7CE3. Grayscale: #989898. Windows color (decimal): -1015012 or 1868784. OLE color: 1868784.

HSL color Cylindrical-coordinate representation of color #F0831C: hue angle of 29.15º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0831C is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 131 28 -
CMYK 0 0.45 0.88 0.06
HSL 29.15º 0.88% 0.53% -
HSV(B) 29.15º 0.88% 0.94% -
XYZ 44.26 34.84 5.49 -
YUV 151.85 58.11 190.88 -
System Red Green Blue C M Y K H S L
Decimal 240 131 28 0 0.45 0.88 0.06 29.15 0.88 0.53
Hex F0 83 1C 0 2D 58 6 1D 58 35
Octal 360 203 34 0 55 130 6 35 130 65
Binary 11110000 10000011 11100 0 101101 1011000 110 11101 1011000 110101

Color Harmonies of #F0831C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0831C

Black with #F0831C

Text Example


Text Example

White with #F0831C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0831C; }

 p { color: rgb(240,131,28); }

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

background-color css

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

 a { background-color: rgb(240,131,28); }

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

border-color css

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

 span { border-color: rgb(240,131,28); }

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