Html Css Color HEX #F59128 Carrot Orange

📋 copy color: '#F59128'

red 245 ◦ green 145 ◦ blue 40

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

Shades of Carrot Orange #F59128

Tints of Carrot Orange #F59128

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.72%

 BLUE value IS 40 (16.02% from 255) = 9.3%

R = 56.98%
G = 33.72%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F59128 (or 0xF59128) is known color: Carrot Orange. HEX triplet: F5, 91 and 28. RGB value is (245,145,40). Sum of RGB (Red+Green+Blue) = 245+145+40=430 (56% of max value = 765). Red value is 245 (96.09% from 255 or 56.98% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 40 (16.02% from 255 or 9.30% from 430); Max value from RGB is 245 - color contains mainly: red. Hex color #F59128 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F59128 is #0A6ED7. Grayscale: #A3A3A3. Windows color (decimal): -683736 or 2658805. OLE color: 2658805.

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

Color convert

RGB 245 145 40 -
CMYK 0 0.41 0.84 0.04
HSL 30.73º 0.91% 0.56% -
HSV(B) 30.73º 0.84% 0.96% -
XYZ 48.16 39.82 7.15 -
YUV 162.93 58.63 186.54 -
System Red Green Blue C M Y K H S L
Decimal 245 145 40 0 0.41 0.84 0.04 30.73 0.91 0.56
Hex F5 91 28 0 29 54 4 1F 5B 38
Octal 365 221 50 0 51 124 4 37 133 70
Binary 11110101 10010001 101000 0 101001 1010100 100 11111 1011011 111000

Color Harmonies of #F59128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59128

Black with #F59128

Text Example


Text Example

White with #F59128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59128; }

 p { color: rgb(245,145,40); }

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

background-color css

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

 a { background-color: rgb(245,145,40); }

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

border-color css

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

 span { border-color: rgb(245,145,40); }

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