Html Css Color HEX #F5932A Carrot Orange

📋 copy color: '#F5932A'

red 245 ◦ green 147 ◦ blue 42

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

Shades of Carrot Orange #F5932A

Tints of Carrot Orange #F5932A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.68%

R = 56.45%
G = 33.87%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F5932A (or 0xF5932A) is known color: Carrot Orange. HEX triplet: F5, 93 and 2A. RGB value is (245,147,42). Sum of RGB (Red+Green+Blue) = 245+147+42=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 42 (16.80% from 255 or 9.68% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F5932A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5932A is #0A6CD5. Grayscale: #A4A4A4. Windows color (decimal): -683222 or 2790389. OLE color: 2790389.

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

Color convert

RGB 245 147 42 -
CMYK 0 0.4 0.83 0.04
HSL 31.03º 0.91% 0.56% -
HSV(B) 31.03º 0.83% 0.96% -
XYZ 48.51 40.45 7.44 -
YUV 164.33 58.97 185.54 -
System Red Green Blue C M Y K H S L
Decimal 245 147 42 0 0.4 0.83 0.04 31.03 0.91 0.56
Hex F5 93 2A 0 28 53 4 1F 5B 38
Octal 365 223 52 0 50 123 4 37 133 70
Binary 11110101 10010011 101010 0 101000 1010011 100 11111 1011011 111000

Color Harmonies of #F5932A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5932A

Black with #F5932A

Text Example


Text Example

White with #F5932A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5932A; }

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

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

background-color css

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

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

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

border-color css

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

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

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