Html Css Color HEX #F5861A Carrot Orange

📋 copy color: '#F5861A'

red 245 ◦ green 134 ◦ blue 26

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

Shades of Carrot Orange #F5861A

Tints of Carrot Orange #F5861A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.42%

R = 60.49%
G = 33.09%
B = 6.42%

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

#F5861A (or 0xF5861A) is known color: Carrot Orange. HEX triplet: F5, 86 and 1A. RGB value is (245,134,26). Sum of RGB (Red+Green+Blue) = 245+134+26=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 26 (10.55% from 255 or 6.42% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F5861A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5861A is #0A79E5. Grayscale: #9B9B9B. Windows color (decimal): -686566 or 1738485. OLE color: 1738485.

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

Color convert

RGB 245 134 26 -
CMYK 0 0.45 0.89 0.04
HSL 29.59º 0.92% 0.53% -
HSV(B) 29.59º 0.89% 0.96% -
XYZ 46.37 36.54 5.59 -
YUV 154.88 55.27 192.28 -
System Red Green Blue C M Y K H S L
Decimal 245 134 26 0 0.45 0.89 0.04 29.59 0.92 0.53
Hex F5 86 1A 0 2D 59 4 1E 5C 35
Octal 365 206 32 0 55 131 4 36 134 65
Binary 11110101 10000110 11010 0 101101 1011001 100 11110 1011100 110101

Color Harmonies of #F5861A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5861A

Black with #F5861A

Text Example


Text Example

White with #F5861A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5861A; }

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

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

background-color css

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

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

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

border-color css

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

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

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