Html Css Color HEX #F5932C Neon Carrot

📋 copy color: '#F5932C'

red 245 ◦ green 147 ◦ blue 44

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

Shades of Neon Carrot #F5932C

Tints of Neon Carrot #F5932C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.09%

R = 56.19%
G = 33.72%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5932C (or 0xF5932C) is known color: Neon Carrot. HEX triplet: F5, 93 and 2C. RGB value is (245,147,44). Sum of RGB (Red+Green+Blue) = 245+147+44=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 44 (17.58% from 255 or 10.09% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F5932C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5932C is #0A6CD3. Grayscale: #A5A5A5. Windows color (decimal): -683220 or 2921461. OLE color: 2921461.

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

Color convert

RGB 245 147 44 -
CMYK 0 0.4 0.82 0.04
HSL 30.75º 0.91% 0.57% -
HSV(B) 30.75º 0.82% 0.96% -
XYZ 48.54 40.46 7.63 -
YUV 164.56 59.97 185.38 -
System Red Green Blue C M Y K H S L
Decimal 245 147 44 0 0.4 0.82 0.04 30.75 0.91 0.57
Hex F5 93 2C 0 28 52 4 1F 5B 39
Octal 365 223 54 0 50 122 4 37 133 71
Binary 11110101 10010011 101100 0 101000 1010010 100 11111 1011011 111001

Color Harmonies of #F5932C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5932C

Black with #F5932C

Text Example


Text Example

White with #F5932C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5932C; }

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

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

background-color css

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

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

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

border-color css

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

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

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