Html Css Color HEX #F0831A Carrot Orange

📋 copy color: '#F0831A'

red 240 ◦ green 131 ◦ blue 26

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

Shades of Carrot Orange #F0831A

Tints of Carrot Orange #F0831A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.55%

R = 60.45%
G = 33%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0831A (or 0xF0831A) is known color: Carrot Orange. HEX triplet: F0, 83 and 1A. RGB value is (240,131,26). Sum of RGB (Red+Green+Blue) = 240+131+26=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 26 (10.55% from 255 or 6.55% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F0831A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0831A is #0F7CE5. Grayscale: #989898. Windows color (decimal): -1015014 or 1737712. OLE color: 1737712.

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

Color convert

RGB 240 131 26 -
CMYK 0 0.45 0.89 0.06
HSL 29.44º 0.88% 0.52% -
HSV(B) 29.44º 0.89% 0.94% -
XYZ 44.24 34.83 5.37 -
YUV 151.62 57.11 191.04 -
System Red Green Blue C M Y K H S L
Decimal 240 131 26 0 0.45 0.89 0.06 29.44 0.88 0.52
Hex F0 83 1A 0 2D 59 6 1D 58 34
Octal 360 203 32 0 55 131 6 35 130 64
Binary 11110000 10000011 11010 0 101101 1011001 110 11101 1011000 110100

Color Harmonies of #F0831A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0831A

Black with #F0831A

Text Example


Text Example

White with #F0831A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0831A; }

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

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

background-color css

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

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

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

border-color css

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

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

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