Html Css Color HEX #F5861C Carrot Orange

📋 copy color: '#F5861C'

red 245 ◦ green 134 ◦ blue 28

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

Shades of Carrot Orange #F5861C

Tints of Carrot Orange #F5861C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.92%

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

R = 60.2%
G = 32.92%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5861C (or 0xF5861C) is known color: Carrot Orange. HEX triplet: F5, 86 and 1C. RGB value is (245,134,28). Sum of RGB (Red+Green+Blue) = 245+134+28=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 28 (11.33% from 255 or 6.88% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F5861C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5861C is #0A79E3. Grayscale: #9B9B9B. Windows color (decimal): -686564 or 1869557. OLE color: 1869557.

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

Color convert

RGB 245 134 28 -
CMYK 0 0.45 0.89 0.04
HSL 29.31º 0.92% 0.54% -
HSV(B) 29.31º 0.89% 0.96% -
XYZ 46.39 36.55 5.71 -
YUV 155.11 56.27 192.12 -
System Red Green Blue C M Y K H S L
Decimal 245 134 28 0 0.45 0.89 0.04 29.31 0.92 0.54
Hex F5 86 1C 0 2D 59 4 1D 5C 36
Octal 365 206 34 0 55 131 4 35 134 66
Binary 11110101 10000110 11100 0 101101 1011001 100 11101 1011100 110110

Color Harmonies of #F5861C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5861C

Black with #F5861C

Text Example


Text Example

White with #F5861C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5861C; }

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

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

background-color css

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

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

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

border-color css

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

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

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