Html Css Color HEX #FA9328 Neon Carrot

📋 copy color: '#FA9328'

red 250 ◦ green 147 ◦ blue 40

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

Shades of Neon Carrot #FA9328

Tints of Neon Carrot #FA9328

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.64%

 BLUE value IS 40 (16.02% from 255) = 9.15%

R = 57.21%
G = 33.64%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA9328 (or 0xFA9328) is known color: Neon Carrot. HEX triplet: FA, 93 and 28. RGB value is (250,147,40). Sum of RGB (Red+Green+Blue) = 250+147+40=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 40 (16.02% from 255 or 9.15% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9328 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9328 is #056CD7. Grayscale: #A6A6A6. Windows color (decimal): -355544 or 2659322. OLE color: 2659322.

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

Color convert

RGB 250 147 40 -
CMYK 0 0.41 0.84 0.02
HSL 30.57º 0.95% 0.57% -
HSV(B) 30.57º 0.84% 0.98% -
XYZ 50.24 41.34 7.34 -
YUV 165.6 57.12 188.2 -
System Red Green Blue C M Y K H S L
Decimal 250 147 40 0 0.41 0.84 0.02 30.57 0.95 0.57
Hex FA 93 28 0 29 54 2 1F 5F 39
Octal 372 223 50 0 51 124 2 37 137 71
Binary 11111010 10010011 101000 0 101001 1010100 10 11111 1011111 111001

Color Harmonies of #FA9328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9328

Black with #FA9328

Text Example


Text Example

White with #FA9328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9328; }

 p { color: rgb(250,147,40); }

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

background-color css

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

 a { background-color: rgb(250,147,40); }

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

border-color css

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

 span { border-color: rgb(250,147,40); }

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