Html Css Color HEX #F5841B Carrot Orange

📋 copy color: '#F5841B'

red 245 ◦ green 132 ◦ blue 27

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

Shades of Carrot Orange #F5841B

Tints of Carrot Orange #F5841B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.67%

 BLUE value IS 27 (10.94% from 255) = 6.68%

R = 60.64%
G = 32.67%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5841B (or 0xF5841B) is known color: Carrot Orange. HEX triplet: F5, 84 and 1B. RGB value is (245,132,27). Sum of RGB (Red+Green+Blue) = 245+132+27=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F5841B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5841B is #0A7BE4. Grayscale: #9A9A9A. Windows color (decimal): -687077 or 1803509. OLE color: 1803509.

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

Color convert

RGB 245 132 27 -
CMYK 0 0.46 0.89 0.04
HSL 28.9º 0.92% 0.53% -
HSV(B) 28.9º 0.89% 0.96% -
XYZ 46.11 35.99 5.55 -
YUV 153.82 56.44 193.04 -
System Red Green Blue C M Y K H S L
Decimal 245 132 27 0 0.46 0.89 0.04 28.9 0.92 0.53
Hex F5 84 1B 0 2E 59 4 1D 5C 35
Octal 365 204 33 0 56 131 4 35 134 65
Binary 11110101 10000100 11011 0 101110 1011001 100 11101 1011100 110101

Color Harmonies of #F5841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5841B

Black with #F5841B

Text Example


Text Example

White with #F5841B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5841B; }

 p { color: rgb(245,132,27); }

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

background-color css

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

 a { background-color: rgb(245,132,27); }

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

border-color css

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

 span { border-color: rgb(245,132,27); }

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