Html Css Color HEX #FA9228 Neon Carrot

📋 copy color: '#FA9228'

red 250 ◦ green 146 ◦ blue 40

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

Shades of Neon Carrot #FA9228

Tints of Neon Carrot #FA9228

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.49%

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

R = 57.34%
G = 33.49%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA9228 (or 0xFA9228) is known color: Neon Carrot. HEX triplet: FA, 92 and 28. RGB value is (250,146,40). Sum of RGB (Red+Green+Blue) = 250+146+40=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9228 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9228 is #056DD7. Grayscale: #A5A5A5. Windows color (decimal): -355800 or 2659066. OLE color: 2659066.

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

Color convert

RGB 250 146 40 -
CMYK 0 0.42 0.84 0.02
HSL 30.29º 0.95% 0.57% -
HSV(B) 30.29º 0.84% 0.98% -
XYZ 50.09 41.03 7.29 -
YUV 165.01 57.46 188.62 -
System Red Green Blue C M Y K H S L
Decimal 250 146 40 0 0.42 0.84 0.02 30.29 0.95 0.57
Hex FA 92 28 0 2A 54 2 1E 5F 39
Octal 372 222 50 0 52 124 2 36 137 71
Binary 11111010 10010010 101000 0 101010 1010100 10 11110 1011111 111001

Color Harmonies of #FA9228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9228

Black with #FA9228

Text Example


Text Example

White with #FA9228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9228; }

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

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

background-color css

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

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

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

border-color css

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

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

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