Html Css Color HEX #F5901F Carrot Orange

📋 copy color: '#F5901F'

red 245 ◦ green 144 ◦ blue 31

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

Shades of Carrot Orange #F5901F

Tints of Carrot Orange #F5901F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.29%

 BLUE value IS 31 (12.5% from 255) = 7.38%

R = 58.33%
G = 34.29%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F5901F (or 0xF5901F) is known color: Carrot Orange. HEX triplet: F5, 90 and 1F. RGB value is (245,144,31). Sum of RGB (Red+Green+Blue) = 245+144+31=420 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.33% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 31 (12.5% from 255 or 7.38% from 420); Max value from RGB is 245 - color contains mainly: red. Hex color #F5901F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5901F is #0A6FE0. Grayscale: #A1A1A1. Windows color (decimal): -684001 or 2068725. OLE color: 2068725.

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

Color convert

RGB 245 144 31 -
CMYK 0 0.41 0.87 0.04
HSL 31.68º 0.91% 0.54% -
HSV(B) 31.68º 0.87% 0.96% -
XYZ 47.88 39.46 6.39 -
YUV 161.32 54.46 187.69 -
System Red Green Blue C M Y K H S L
Decimal 245 144 31 0 0.41 0.87 0.04 31.68 0.91 0.54
Hex F5 90 1F 0 29 57 4 20 5B 36
Octal 365 220 37 0 51 127 4 40 133 66
Binary 11110101 10010000 11111 0 101001 1010111 100 100000 1011011 110110

Color Harmonies of #F5901F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5901F

Black with #F5901F

Text Example


Text Example

White with #F5901F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5901F; }

 p { color: rgb(245,144,31); }

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

background-color css

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

 a { background-color: rgb(245,144,31); }

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

border-color css

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

 span { border-color: rgb(245,144,31); }

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