Html Css Color HEX #FA992D Neon Carrot

📋 copy color: '#FA992D'

red 250 ◦ green 153 ◦ blue 45

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

Shades of Neon Carrot #FA992D

Tints of Neon Carrot #FA992D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.04%

R = 55.8%
G = 34.15%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA992D (or 0xFA992D) is known color: Neon Carrot. HEX triplet: FA, 99 and 2D. RGB value is (250,153,45). Sum of RGB (Red+Green+Blue) = 250+153+45=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 45 (17.97% from 255 or 10.04% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA992D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA992D is #0566D2. Grayscale: #AAAAAA. Windows color (decimal): -354003 or 2988538. OLE color: 2988538.

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

Color convert

RGB 250 153 45 -
CMYK 0 0.39 0.82 0.02
HSL 31.61º 0.95% 0.58% -
HSV(B) 31.61º 0.82% 0.98% -
XYZ 51.29 43.3 8.14 -
YUV 169.69 57.64 185.28 -
System Red Green Blue C M Y K H S L
Decimal 250 153 45 0 0.39 0.82 0.02 31.61 0.95 0.58
Hex FA 99 2D 0 27 52 2 20 5F 3A
Octal 372 231 55 0 47 122 2 40 137 72
Binary 11111010 10011001 101101 0 100111 1010010 10 100000 1011111 111010

Color Harmonies of #FA992D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA992D

Black with #FA992D

Text Example


Text Example

White with #FA992D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA992D; }

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

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

background-color css

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

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

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

border-color css

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

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

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