Html Css Color HEX #F5851E Carrot Orange

📋 copy color: '#F5851E'

red 245 ◦ green 133 ◦ blue 30

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

Shades of Carrot Orange #F5851E

Tints of Carrot Orange #F5851E

RGB

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

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

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

R = 60.05%
G = 32.6%
B = 7.35%

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

#F5851E (or 0xF5851E) is known color: Carrot Orange. HEX triplet: F5, 85 and 1E. RGB value is (245,133,30). Sum of RGB (Red+Green+Blue) = 245+133+30=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 30 (12.11% from 255 or 7.35% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F5851E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5851E is #0A7AE1. Grayscale: #9B9B9B. Windows color (decimal): -686818 or 2000373. OLE color: 2000373.

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

Color convert

RGB 245 133 30 -
CMYK 0 0.46 0.88 0.04
HSL 28.74º 0.91% 0.54% -
HSV(B) 28.74º 0.88% 0.96% -
XYZ 46.28 36.28 5.79 -
YUV 154.75 57.61 192.38 -
System Red Green Blue C M Y K H S L
Decimal 245 133 30 0 0.46 0.88 0.04 28.74 0.91 0.54
Hex F5 85 1E 0 2E 58 4 1D 5B 36
Octal 365 205 36 0 56 130 4 35 133 66
Binary 11110101 10000101 11110 0 101110 1011000 100 11101 1011011 110110

Color Harmonies of #F5851E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5851E

Black with #F5851E

Text Example


Text Example

White with #F5851E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5851E; }

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

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

background-color css

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

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

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

border-color css

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

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

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