Html Css Color HEX #F5831E Carrot Orange

📋 copy color: '#F5831E'

red 245 ◦ green 131 ◦ blue 30

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

Shades of Carrot Orange #F5831E

Tints of Carrot Orange #F5831E

RGB

 RED value IS 245 (96.09% from 255) = 60.34%

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

 BLUE value IS 30 (12.11% from 255) = 7.39%

R = 60.34%
G = 32.27%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F5831E (or 0xF5831E) is known color: Carrot Orange. HEX triplet: F5, 83 and 1E. RGB value is (245,131,30). Sum of RGB (Red+Green+Blue) = 245+131+30=406 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.34% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 30 (12.11% from 255 or 7.39% from 406); Max value from RGB is 245 - color contains mainly: red. Hex color #F5831E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5831E is #0A7CE1. Grayscale: #9A9A9A. Windows color (decimal): -687330 or 1999861. OLE color: 1999861.

HSL color Cylindrical-coordinate representation of color #F5831E: hue angle of 28.19º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5831E is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 131 30 -
CMYK 0 0.47 0.88 0.04
HSL 28.19º 0.91% 0.54% -
HSV(B) 28.19º 0.88% 0.96% -
XYZ 46.01 35.74 5.7 -
YUV 153.57 58.27 193.21 -
System Red Green Blue C M Y K H S L
Decimal 245 131 30 0 0.47 0.88 0.04 28.19 0.91 0.54
Hex F5 83 1E 0 2F 58 4 1C 5B 36
Octal 365 203 36 0 57 130 4 34 133 66
Binary 11110101 10000011 11110 0 101111 1011000 100 11100 1011011 110110

Color Harmonies of #F5831E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5831E

Black with #F5831E

Text Example


Text Example

White with #F5831E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5831E; }

 p { color: rgb(245,131,30); }

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

background-color css

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

 a { background-color: rgb(245,131,30); }

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

border-color css

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

 span { border-color: rgb(245,131,30); }

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