Html Css Color HEX #FA9031 Neon Carrot

📋 copy color: '#FA9031'

red 250 ◦ green 144 ◦ blue 49

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

Shades of Neon Carrot #FA9031

Tints of Neon Carrot #FA9031

RGB

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

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

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

R = 56.43%
G = 32.51%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FA9031 (or 0xFA9031) is known color: Neon Carrot. HEX triplet: FA, 90 and 31. RGB value is (250,144,49). Sum of RGB (Red+Green+Blue) = 250+144+49=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 49 (19.53% from 255 or 11.06% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9031 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9031 is #056FCE. Grayscale: #A5A5A5. Windows color (decimal): -356303 or 3248378. OLE color: 3248378.

HSL color Cylindrical-coordinate representation of color #FA9031: hue angle of 28.36º 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 #FA9031 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 144 49 -
CMYK 0 0.42 0.80 0.02
HSL 28.36º 0.95% 0.59% -
HSV(B) 28.36º 0.8% 0.98% -
XYZ 49.95 40.49 8.09 -
YUV 164.86 62.62 188.72 -
System Red Green Blue C M Y K H S L
Decimal 250 144 49 0 0.42 0.80 0.02 28.36 0.95 0.59
Hex FA 90 31 0 2A 50 2 1C 5F 3B
Octal 372 220 61 0 52 120 2 34 137 73
Binary 11111010 10010000 110001 0 101010 1010000 10 11100 1011111 111011

Color Harmonies of #FA9031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9031

Black with #FA9031

Text Example


Text Example

White with #FA9031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9031; }

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

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

background-color css

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

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

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

border-color css

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

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

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