Html Css Color HEX #FA942D Neon Carrot

📋 copy color: '#FA942D'

red 250 ◦ green 148 ◦ blue 45

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

Shades of Neon Carrot #FA942D

Tints of Neon Carrot #FA942D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.41%

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

R = 56.43%
G = 33.41%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA942D (or 0xFA942D) is known color: Neon Carrot. HEX triplet: FA, 94 and 2D. RGB value is (250,148,45). Sum of RGB (Red+Green+Blue) = 250+148+45=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 45 (17.97% from 255 or 10.16% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA942D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA942D is #056BD2. Grayscale: #A7A7A7. Windows color (decimal): -355283 or 2987258. OLE color: 2987258.

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

Color convert

RGB 250 148 45 -
CMYK 0 0.41 0.82 0.02
HSL 30.15º 0.95% 0.58% -
HSV(B) 30.15º 0.82% 0.98% -
XYZ 50.49 41.69 7.87 -
YUV 166.76 59.29 187.38 -
System Red Green Blue C M Y K H S L
Decimal 250 148 45 0 0.41 0.82 0.02 30.15 0.95 0.58
Hex FA 94 2D 0 29 52 2 1E 5F 3A
Octal 372 224 55 0 51 122 2 36 137 72
Binary 11111010 10010100 101101 0 101001 1010010 10 11110 1011111 111010

Color Harmonies of #FA942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA942D

Black with #FA942D

Text Example


Text Example

White with #FA942D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA942D; }

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

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

background-color css

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

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

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

border-color css

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

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

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