Html Css Color HEX #FA9530 Neon Carrot

📋 copy color: '#FA9530'

red 250 ◦ green 149 ◦ blue 48

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

Shades of Neon Carrot #FA9530

Tints of Neon Carrot #FA9530

RGB

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

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

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

R = 55.93%
G = 33.33%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA9530 (or 0xFA9530) is known color: Neon Carrot. HEX triplet: FA, 95 and 30. RGB value is (250,149,48). Sum of RGB (Red+Green+Blue) = 250+149+48=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 48 (19.14% from 255 or 10.74% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9530 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9530 is #056ACF. Grayscale: #A8A8A8. Windows color (decimal): -355024 or 3184122. OLE color: 3184122.

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

Color convert

RGB 250 149 48 -
CMYK 0 0.40 0.81 0.02
HSL 30º 0.95% 0.58% -
HSV(B) 30º 0.81% 0.98% -
XYZ 50.71 42.03 8.24 -
YUV 167.69 60.46 186.71 -
System Red Green Blue C M Y K H S L
Decimal 250 149 48 0 0.40 0.81 0.02 30 0.95 0.58
Hex FA 95 30 0 28 51 2 1E 5F 3A
Octal 372 225 60 0 50 121 2 36 137 72
Binary 11111010 10010101 110000 0 101000 1010001 10 11110 1011111 111010

Color Harmonies of #FA9530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9530

Black with #FA9530

Text Example


Text Example

White with #FA9530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9530; }

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

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

background-color css

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

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

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

border-color css

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

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

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