Html Css Color HEX #FA952C Neon Carrot

📋 copy color: '#FA952C'

red 250 ◦ green 149 ◦ blue 44

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

Shades of Neon Carrot #FA952C

Tints of Neon Carrot #FA952C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.93%

R = 56.43%
G = 33.63%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA952C (or 0xFA952C) is known color: Neon Carrot. HEX triplet: FA, 95 and 2C. RGB value is (250,149,44). Sum of RGB (Red+Green+Blue) = 250+149+44=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 44 (17.58% from 255 or 9.93% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA952C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA952C is #056AD3. Grayscale: #A7A7A7. Windows color (decimal): -355028 or 2921978. OLE color: 2921978.

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

Color convert

RGB 250 149 44 -
CMYK 0 0.40 0.82 0.02
HSL 30.58º 0.95% 0.58% -
HSV(B) 30.58º 0.82% 0.98% -
XYZ 50.63 42 7.82 -
YUV 167.23 58.46 187.04 -
System Red Green Blue C M Y K H S L
Decimal 250 149 44 0 0.40 0.82 0.02 30.58 0.95 0.58
Hex FA 95 2C 0 28 52 2 1F 5F 3A
Octal 372 225 54 0 50 122 2 37 137 72
Binary 11111010 10010101 101100 0 101000 1010010 10 11111 1011111 111010

Color Harmonies of #FA952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA952C

Black with #FA952C

Text Example


Text Example

White with #FA952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA952C; }

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

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

background-color css

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

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

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

border-color css

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

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

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