Html Css Color HEX #FA9030 Neon Carrot

📋 copy color: '#FA9030'

red 250 ◦ green 144 ◦ blue 48

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

Shades of Neon Carrot #FA9030

Tints of Neon Carrot #FA9030

RGB

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

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

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

R = 56.56%
G = 32.58%
B = 10.86%

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

#FA9030 (or 0xFA9030) is known color: Neon Carrot. HEX triplet: FA, 90 and 30. RGB value is (250,144,48). Sum of RGB (Red+Green+Blue) = 250+144+48=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 48 (19.14% from 255 or 10.86% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9030 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9030 is #056FCF. Grayscale: #A5A5A5. Windows color (decimal): -356304 or 3182842. OLE color: 3182842.

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

Color convert

RGB 250 144 48 -
CMYK 0 0.42 0.81 0.02
HSL 28.51º 0.95% 0.58% -
HSV(B) 28.51º 0.81% 0.98% -
XYZ 49.93 40.48 7.98 -
YUV 164.75 62.12 188.81 -
System Red Green Blue C M Y K H S L
Decimal 250 144 48 0 0.42 0.81 0.02 28.51 0.95 0.58
Hex FA 90 30 0 2A 51 2 1D 5F 3A
Octal 372 220 60 0 52 121 2 35 137 72
Binary 11111010 10010000 110000 0 101010 1010001 10 11101 1011111 111010

Color Harmonies of #FA9030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9030

Black with #FA9030

Text Example


Text Example

White with #FA9030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9030; }

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

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

background-color css

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

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

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

border-color css

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

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

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