Html Css Color HEX #FA922A Neon Carrot

📋 copy color: '#FA922A'

red 250 ◦ green 146 ◦ blue 42

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

Shades of Neon Carrot #FA922A

Tints of Neon Carrot #FA922A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.59%

R = 57.08%
G = 33.33%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA922A (or 0xFA922A) is known color: Neon Carrot. HEX triplet: FA, 92 and 2A. RGB value is (250,146,42). Sum of RGB (Red+Green+Blue) = 250+146+42=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 42 (16.80% from 255 or 9.59% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FA922A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA922A is #056DD5. Grayscale: #A5A5A5. Windows color (decimal): -355798 or 2790138. OLE color: 2790138.

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

Color convert

RGB 250 146 42 -
CMYK 0 0.42 0.83 0.02
HSL 30º 0.95% 0.57% -
HSV(B) 30º 0.83% 0.98% -
XYZ 50.12 41.05 7.47 -
YUV 165.24 58.46 188.46 -
System Red Green Blue C M Y K H S L
Decimal 250 146 42 0 0.42 0.83 0.02 30 0.95 0.57
Hex FA 92 2A 0 2A 53 2 1E 5F 39
Octal 372 222 52 0 52 123 2 36 137 71
Binary 11111010 10010010 101010 0 101010 1010011 10 11110 1011111 111001

Color Harmonies of #FA922A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA922A

Black with #FA922A

Text Example


Text Example

White with #FA922A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA922A; }

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

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

background-color css

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

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

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

border-color css

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

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

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