Html Css Color HEX #FA992A Neon Carrot

📋 copy color: '#FA992A'

red 250 ◦ green 153 ◦ blue 42

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

Shades of Neon Carrot #FA992A

Tints of Neon Carrot #FA992A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.38%

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

R = 56.18%
G = 34.38%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA992A (or 0xFA992A) is known color: Neon Carrot. HEX triplet: FA, 99 and 2A. RGB value is (250,153,42). Sum of RGB (Red+Green+Blue) = 250+153+42=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 42 (16.80% from 255 or 9.44% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FA992A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA992A is #0566D5. Grayscale: #A9A9A9. Windows color (decimal): -354006 or 2791930. OLE color: 2791930.

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

Color convert

RGB 250 153 42 -
CMYK 0 0.39 0.83 0.02
HSL 32.02º 0.95% 0.57% -
HSV(B) 32.02º 0.83% 0.98% -
XYZ 51.23 43.27 7.84 -
YUV 169.35 56.14 185.53 -
System Red Green Blue C M Y K H S L
Decimal 250 153 42 0 0.39 0.83 0.02 32.02 0.95 0.57
Hex FA 99 2A 0 27 53 2 20 5F 39
Octal 372 231 52 0 47 123 2 40 137 71
Binary 11111010 10011001 101010 0 100111 1010011 10 100000 1011111 111001

Color Harmonies of #FA992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA992A

Black with #FA992A

Text Example


Text Example

White with #FA992A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA992A; }

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

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

background-color css

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

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

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

border-color css

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

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

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