Html Css Color HEX #FA9531 Neon Carrot

📋 copy color: '#FA9531'

red 250 ◦ green 149 ◦ blue 49

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

Shades of Neon Carrot #FA9531

Tints of Neon Carrot #FA9531

RGB

 RED value IS 250 (98.05% from 255) = 55.8%

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

 BLUE value IS 49 (19.53% from 255) = 10.94%

R = 55.8%
G = 33.26%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FA9531 (or 0xFA9531) is known color: Neon Carrot. HEX triplet: FA, 95 and 31. RGB value is (250,149,49). Sum of RGB (Red+Green+Blue) = 250+149+49=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 49 (19.53% from 255 or 10.94% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9531 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9531 is #056ACE. Grayscale: #A8A8A8. Windows color (decimal): -355023 or 3249658. OLE color: 3249658.

HSL color Cylindrical-coordinate representation of color #FA9531: hue angle of 29.85º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA9531 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 149 49 -
CMYK 0 0.40 0.80 0.02
HSL 29.85º 0.95% 0.59% -
HSV(B) 29.85º 0.8% 0.98% -
XYZ 50.73 42.04 8.35 -
YUV 167.8 60.96 186.63 -
System Red Green Blue C M Y K H S L
Decimal 250 149 49 0 0.40 0.80 0.02 29.85 0.95 0.59
Hex FA 95 31 0 28 50 2 1E 5F 3B
Octal 372 225 61 0 50 120 2 36 137 73
Binary 11111010 10010101 110001 0 101000 1010000 10 11110 1011111 111011

Color Harmonies of #FA9531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9531

Black with #FA9531

Text Example


Text Example

White with #FA9531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9531; }

 p { color: rgb(250,149,49); }

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

background-color css

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

 a { background-color: rgb(250,149,49); }

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

border-color css

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

 span { border-color: rgb(250,149,49); }

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