Html Css Color HEX #F5831C Carrot Orange

📋 copy color: '#F5831C'

red 245 ◦ green 131 ◦ blue 28

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

Shades of Carrot Orange #F5831C

Tints of Carrot Orange #F5831C

RGB

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

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

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

R = 60.64%
G = 32.43%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5831C (or 0xF5831C) is known color: Carrot Orange. HEX triplet: F5, 83 and 1C. RGB value is (245,131,28). Sum of RGB (Red+Green+Blue) = 245+131+28=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 28 (11.33% from 255 or 6.93% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F5831C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5831C is #0A7CE3. Grayscale: #999999. Windows color (decimal): -687332 or 1868789. OLE color: 1868789.

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

Color convert

RGB 245 131 28 -
CMYK 0 0.47 0.89 0.04
HSL 28.48º 0.92% 0.54% -
HSV(B) 28.48º 0.89% 0.96% -
XYZ 45.98 35.73 5.57 -
YUV 153.34 57.27 193.38 -
System Red Green Blue C M Y K H S L
Decimal 245 131 28 0 0.47 0.89 0.04 28.48 0.92 0.54
Hex F5 83 1C 0 2F 59 4 1C 5C 36
Octal 365 203 34 0 57 131 4 34 134 66
Binary 11110101 10000011 11100 0 101111 1011001 100 11100 1011100 110110

Color Harmonies of #F5831C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5831C

Black with #F5831C

Text Example


Text Example

White with #F5831C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5831C; }

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

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

background-color css

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

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

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

border-color css

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

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

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