Html Css Color HEX #FA9A2A Neon Carrot

📋 copy color: '#FA9A2A'

red 250 ◦ green 154 ◦ blue 42

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

Shades of Neon Carrot #FA9A2A

Tints of Neon Carrot #FA9A2A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.53%

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

R = 56.05%
G = 34.53%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA9A2A (or 0xFA9A2A) is known color: Neon Carrot. HEX triplet: FA, 9A and 2A. RGB value is (250,154,42). Sum of RGB (Red+Green+Blue) = 250+154+42=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 42 (16.80% from 255 or 9.42% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9A2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9A2A is #0565D5. Grayscale: #AAAAAA. Windows color (decimal): -353750 or 2792186. OLE color: 2792186.

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

Color convert

RGB 250 154 42 -
CMYK 0 0.38 0.83 0.02
HSL 32.31º 0.95% 0.57% -
HSV(B) 32.31º 0.83% 0.98% -
XYZ 51.4 43.6 7.9 -
YUV 169.94 55.8 185.11 -
System Red Green Blue C M Y K H S L
Decimal 250 154 42 0 0.38 0.83 0.02 32.31 0.95 0.57
Hex FA 9A 2A 0 26 53 2 20 5F 39
Octal 372 232 52 0 46 123 2 40 137 71
Binary 11111010 10011010 101010 0 100110 1010011 10 100000 1011111 111001

Color Harmonies of #FA9A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9A2A

Black with #FA9A2A

Text Example


Text Example

White with #FA9A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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