Html Css Color HEX #FA953B Neon Carrot

📋 copy color: '#FA953B'

red 250 ◦ green 149 ◦ blue 59

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

Shades of Neon Carrot #FA953B

Tints of Neon Carrot #FA953B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.53%

 BLUE value IS 59 (23.44% from 255) = 12.88%

R = 54.59%
G = 32.53%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA953B (or 0xFA953B) is known color: Neon Carrot. HEX triplet: FA, 95 and 3B. RGB value is (250,149,59). Sum of RGB (Red+Green+Blue) = 250+149+59=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 59 (23.44% from 255 or 12.88% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA953B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA953B is #056AC4. Grayscale: #A9A9A9. Windows color (decimal): -355013 or 3905018. OLE color: 3905018.

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

Color convert

RGB 250 149 59 -
CMYK 0 0.40 0.76 0.02
HSL 28.27º 0.95% 0.61% -
HSV(B) 28.27º 0.76% 0.98% -
XYZ 50.96 42.13 9.58 -
YUV 168.94 65.96 185.82 -
System Red Green Blue C M Y K H S L
Decimal 250 149 59 0 0.40 0.76 0.02 28.27 0.95 0.61
Hex FA 95 3B 0 28 4C 2 1C 5F 3D
Octal 372 225 73 0 50 114 2 34 137 75
Binary 11111010 10010101 111011 0 101000 1001100 10 11100 1011111 111101

Color Harmonies of #FA953B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA953B

Black with #FA953B

Text Example


Text Example

White with #FA953B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA953B; }

 p { color: rgb(250,149,59); }

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

background-color css

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

 a { background-color: rgb(250,149,59); }

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

border-color css

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

 span { border-color: rgb(250,149,59); }

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