Html Css Color HEX #F5861D Carrot Orange

📋 copy color: '#F5861D'

red 245 ◦ green 134 ◦ blue 29

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

Shades of Carrot Orange #F5861D

Tints of Carrot Orange #F5861D

RGB

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

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

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

R = 60.05%
G = 32.84%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F5861D (or 0xF5861D) is known color: Carrot Orange. HEX triplet: F5, 86 and 1D. RGB value is (245,134,29). Sum of RGB (Red+Green+Blue) = 245+134+29=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F5861D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5861D is #0A79E2. Grayscale: #9B9B9B. Windows color (decimal): -686563 or 1935093. OLE color: 1935093.

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

Color convert

RGB 245 134 29 -
CMYK 0 0.45 0.88 0.04
HSL 29.17º 0.92% 0.54% -
HSV(B) 29.17º 0.88% 0.96% -
XYZ 46.4 36.55 5.77 -
YUV 155.22 56.77 192.04 -
System Red Green Blue C M Y K H S L
Decimal 245 134 29 0 0.45 0.88 0.04 29.17 0.92 0.54
Hex F5 86 1D 0 2D 58 4 1D 5C 36
Octal 365 206 35 0 55 130 4 35 134 66
Binary 11110101 10000110 11101 0 101101 1011000 100 11101 1011100 110110

Color Harmonies of #F5861D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5861D

Black with #F5861D

Text Example


Text Example

White with #F5861D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5861D; }

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

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

background-color css

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

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

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

border-color css

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

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

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