Html Css Color HEX #F5931A Carrot Orange

📋 copy color: '#F5931A'

red 245 ◦ green 147 ◦ blue 26

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

Shades of Carrot Orange #F5931A

Tints of Carrot Orange #F5931A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.17%

 BLUE value IS 26 (10.55% from 255) = 6.22%

R = 58.61%
G = 35.17%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5931A (or 0xF5931A) is known color: Carrot Orange. HEX triplet: F5, 93 and 1A. RGB value is (245,147,26). Sum of RGB (Red+Green+Blue) = 245+147+26=418 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.61% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 26 (10.55% from 255 or 6.22% from 418); Max value from RGB is 245 - color contains mainly: red. Hex color #F5931A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5931A is #0A6CE5. Grayscale: #A3A3A3. Windows color (decimal): -683238 or 1741813. OLE color: 1741813.

HSL color Cylindrical-coordinate representation of color #F5931A: hue angle of 33.15º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5931A is Cyan = 0, Magento = 0.4, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 147 26 -
CMYK 0 0.4 0.89 0.04
HSL 33.15º 0.92% 0.53% -
HSV(B) 33.15º 0.89% 0.96% -
XYZ 48.28 40.35 6.22 -
YUV 162.51 50.97 186.84 -
System Red Green Blue C M Y K H S L
Decimal 245 147 26 0 0.4 0.89 0.04 33.15 0.92 0.53
Hex F5 93 1A 0 28 59 4 21 5C 35
Octal 365 223 32 0 50 131 4 41 134 65
Binary 11110101 10010011 11010 0 101000 1011001 100 100001 1011100 110101

Color Harmonies of #F5931A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5931A

Black with #F5931A

Text Example


Text Example

White with #F5931A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5931A; }

 p { color: rgb(245,147,26); }

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

background-color css

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

 a { background-color: rgb(245,147,26); }

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

border-color css

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

 span { border-color: rgb(245,147,26); }

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