Html Css Color HEX #F59525 Carrot Orange

📋 copy color: '#F59525'

red 245 ◦ green 149 ◦ blue 37

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

Shades of Carrot Orange #F59525

Tints of Carrot Orange #F59525

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.57%

 BLUE value IS 37 (14.84% from 255) = 8.58%

R = 56.84%
G = 34.57%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F59525 (or 0xF59525) is known color: Carrot Orange. HEX triplet: F5, 95 and 25. RGB value is (245,149,37). Sum of RGB (Red+Green+Blue) = 245+149+37=431 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.84% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 37 (14.84% from 255 or 8.58% from 431); Max value from RGB is 245 - color contains mainly: red. Hex color #F59525 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F59525 is #0A6ADA. Grayscale: #A5A5A5. Windows color (decimal): -682715 or 2463221. OLE color: 2463221.

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

Color convert

RGB 245 149 37 -
CMYK 0 0.39 0.85 0.04
HSL 32.31º 0.91% 0.55% -
HSV(B) 32.31º 0.85% 0.96% -
XYZ 48.74 41.04 7.1 -
YUV 164.94 55.8 185.11 -
System Red Green Blue C M Y K H S L
Decimal 245 149 37 0 0.39 0.85 0.04 32.31 0.91 0.55
Hex F5 95 25 0 27 55 4 20 5B 37
Octal 365 225 45 0 47 125 4 40 133 67
Binary 11110101 10010101 100101 0 100111 1010101 100 100000 1011011 110111

Color Harmonies of #F59525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59525

Black with #F59525

Text Example


Text Example

White with #F59525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59525; }

 p { color: rgb(245,149,37); }

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

background-color css

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

 a { background-color: rgb(245,149,37); }

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

border-color css

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

 span { border-color: rgb(245,149,37); }

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