Html Css Color HEX #F58127 Carrot Orange

📋 copy color: '#F58127'

red 245 ◦ green 129 ◦ blue 39

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

Shades of Carrot Orange #F58127

Tints of Carrot Orange #F58127

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.23%

 BLUE value IS 39 (15.63% from 255) = 9.44%

R = 59.32%
G = 31.23%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F58127 (or 0xF58127) is known color: Carrot Orange. HEX triplet: F5, 81 and 27. RGB value is (245,129,39). Sum of RGB (Red+Green+Blue) = 245+129+39=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 39 (15.62% from 255 or 9.44% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F58127 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58127 is #0A7ED8. Grayscale: #999999. Windows color (decimal): -687833 or 2589173. OLE color: 2589173.

HSL color Cylindrical-coordinate representation of color #F58127: hue angle of 26.21º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F58127 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 129 39 -
CMYK 0 0.47 0.84 0.04
HSL 26.21º 0.91% 0.56% -
HSV(B) 26.21º 0.84% 0.96% -
XYZ 45.87 35.26 6.31 -
YUV 153.42 63.43 193.32 -
System Red Green Blue C M Y K H S L
Decimal 245 129 39 0 0.47 0.84 0.04 26.21 0.91 0.56
Hex F5 81 27 0 2F 54 4 1A 5B 38
Octal 365 201 47 0 57 124 4 32 133 70
Binary 11110101 10000001 100111 0 101111 1010100 100 11010 1011011 111000

Color Harmonies of #F58127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58127

Black with #F58127

Text Example


Text Example

White with #F58127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58127; }

 p { color: rgb(245,129,39); }

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

background-color css

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

 a { background-color: rgb(245,129,39); }

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

border-color css

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

 span { border-color: rgb(245,129,39); }

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