Html Css Color HEX #F5851D Carrot Orange

📋 copy color: '#F5851D'

red 245 ◦ green 133 ◦ blue 29

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

Shades of Carrot Orange #F5851D

Tints of Carrot Orange #F5851D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.68%

 BLUE value IS 29 (11.72% from 255) = 7.13%

R = 60.2%
G = 32.68%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F5851D (or 0xF5851D) is known color: Carrot Orange. HEX triplet: F5, 85 and 1D. RGB value is (245,133,29). Sum of RGB (Red+Green+Blue) = 245+133+29=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 29 (11.72% from 255 or 7.13% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F5851D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5851D is #0A7AE2. Grayscale: #9B9B9B. Windows color (decimal): -686819 or 1934837. OLE color: 1934837.

HSL color Cylindrical-coordinate representation of color #F5851D: hue angle of 28.89º degrees, saturation: 0.92, 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 #F5851D is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 133 29 -
CMYK 0 0.46 0.88 0.04
HSL 28.89º 0.92% 0.54% -
HSV(B) 28.89º 0.88% 0.96% -
XYZ 46.27 36.28 5.73 -
YUV 154.63 57.11 192.46 -
System Red Green Blue C M Y K H S L
Decimal 245 133 29 0 0.46 0.88 0.04 28.89 0.92 0.54
Hex F5 85 1D 0 2E 58 4 1D 5C 36
Octal 365 205 35 0 56 130 4 35 134 66
Binary 11110101 10000101 11101 0 101110 1011000 100 11101 1011100 110110

Color Harmonies of #F5851D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5851D

Black with #F5851D

Text Example


Text Example

White with #F5851D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5851D; }

 p { color: rgb(245,133,29); }

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

background-color css

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

 a { background-color: rgb(245,133,29); }

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

border-color css

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

 span { border-color: rgb(245,133,29); }

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