Html Css Color HEX #FA953C Neon Carrot

📋 copy color: '#FA953C'

red 250 ◦ green 149 ◦ blue 60

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

Shades of Neon Carrot #FA953C

Tints of Neon Carrot #FA953C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.07%

R = 54.47%
G = 32.46%
B = 13.07%

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

#FA953C (or 0xFA953C) is known color: Neon Carrot. HEX triplet: FA, 95 and 3C. RGB value is (250,149,60). Sum of RGB (Red+Green+Blue) = 250+149+60=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 60 (23.83% from 255 or 13.07% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA953C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA953C is #056AC3. Grayscale: #A9A9A9. Windows color (decimal): -355012 or 3970554. OLE color: 3970554.

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

Color convert

RGB 250 149 60 -
CMYK 0 0.40 0.76 0.02
HSL 28.11º 0.95% 0.61% -
HSV(B) 28.11º 0.76% 0.98% -
XYZ 50.99 42.15 9.72 -
YUV 169.05 66.46 185.74 -
System Red Green Blue C M Y K H S L
Decimal 250 149 60 0 0.40 0.76 0.02 28.11 0.95 0.61
Hex FA 95 3C 0 28 4C 2 1C 5F 3D
Octal 372 225 74 0 50 114 2 34 137 75
Binary 11111010 10010101 111100 0 101000 1001100 10 11100 1011111 111101

Color Harmonies of #FA953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA953C

Black with #FA953C

Text Example


Text Example

White with #FA953C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA953C; }

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

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

background-color css

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

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

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

border-color css

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

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

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