Html Css Color HEX #FA973C Neon Carrot

📋 copy color: '#FA973C'

red 250 ◦ green 151 ◦ blue 60

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

Shades of Neon Carrot #FA973C

Tints of Neon Carrot #FA973C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.75%

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

R = 54.23%
G = 32.75%
B = 13.02%

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

#FA973C (or 0xFA973C) is known color: Neon Carrot. HEX triplet: FA, 97 and 3C. RGB value is (250,151,60). Sum of RGB (Red+Green+Blue) = 250+151+60=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 60 (23.83% from 255 or 13.02% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA973C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA973C is #0568C3. Grayscale: #AAAAAA. Windows color (decimal): -354500 or 3971066. OLE color: 3971066.

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

Color convert

RGB 250 151 60 -
CMYK 0 0.40 0.76 0.02
HSL 28.74º 0.95% 0.61% -
HSV(B) 28.74º 0.76% 0.98% -
XYZ 51.31 42.78 9.83 -
YUV 170.23 65.8 184.9 -
System Red Green Blue C M Y K H S L
Decimal 250 151 60 0 0.40 0.76 0.02 28.74 0.95 0.61
Hex FA 97 3C 0 28 4C 2 1D 5F 3D
Octal 372 227 74 0 50 114 2 35 137 75
Binary 11111010 10010111 111100 0 101000 1001100 10 11101 1011111 111101

Color Harmonies of #FA973C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA973C

Black with #FA973C

Text Example


Text Example

White with #FA973C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA973C; }

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

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

background-color css

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

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

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

border-color css

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

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

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