Html Css Color HEX #FA9130 Neon Carrot

📋 copy color: '#FA9130'

red 250 ◦ green 145 ◦ blue 48

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

Shades of Neon Carrot #FA9130

Tints of Neon Carrot #FA9130

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.73%

 BLUE value IS 48 (19.14% from 255) = 10.84%

R = 56.43%
G = 32.73%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA9130 (or 0xFA9130) is known color: Neon Carrot. HEX triplet: FA, 91 and 30. RGB value is (250,145,48). Sum of RGB (Red+Green+Blue) = 250+145+48=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 48 (19.14% from 255 or 10.84% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9130 is #056ECF. Grayscale: #A5A5A5. Windows color (decimal): -356048 or 3183098. OLE color: 3183098.

HSL color Cylindrical-coordinate representation of color #FA9130: hue angle of 28.81º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA9130 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 145 48 -
CMYK 0 0.42 0.81 0.02
HSL 28.81º 0.95% 0.58% -
HSV(B) 28.81º 0.81% 0.98% -
XYZ 50.08 40.79 8.03 -
YUV 165.34 61.79 188.39 -
System Red Green Blue C M Y K H S L
Decimal 250 145 48 0 0.42 0.81 0.02 28.81 0.95 0.58
Hex FA 91 30 0 2A 51 2 1D 5F 3A
Octal 372 221 60 0 52 121 2 35 137 72
Binary 11111010 10010001 110000 0 101010 1010001 10 11101 1011111 111010

Color Harmonies of #FA9130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9130

Black with #FA9130

Text Example


Text Example

White with #FA9130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9130; }

 p { color: rgb(250,145,48); }

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

background-color css

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

 a { background-color: rgb(250,145,48); }

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

border-color css

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

 span { border-color: rgb(250,145,48); }

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