Html Css Color HEX #FA973B Neon Carrot

📋 copy color: '#FA973B'

red 250 ◦ green 151 ◦ blue 59

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

Shades of Neon Carrot #FA973B

Tints of Neon Carrot #FA973B

RGB

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

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

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

R = 54.35%
G = 32.83%
B = 12.83%

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

#FA973B (or 0xFA973B) is known color: Neon Carrot. HEX triplet: FA, 97 and 3B. RGB value is (250,151,59). Sum of RGB (Red+Green+Blue) = 250+151+59=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 59 (23.44% from 255 or 12.83% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA973B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA973B is #0568C4. Grayscale: #AAAAAA. Windows color (decimal): -354501 or 3905530. OLE color: 3905530.

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

Color convert

RGB 250 151 59 -
CMYK 0 0.40 0.76 0.02
HSL 28.9º 0.95% 0.61% -
HSV(B) 28.9º 0.76% 0.98% -
XYZ 51.28 42.77 9.69 -
YUV 170.11 65.3 184.98 -
System Red Green Blue C M Y K H S L
Decimal 250 151 59 0 0.40 0.76 0.02 28.9 0.95 0.61
Hex FA 97 3B 0 28 4C 2 1D 5F 3D
Octal 372 227 73 0 50 114 2 35 137 75
Binary 11111010 10010111 111011 0 101000 1001100 10 11101 1011111 111101

Color Harmonies of #FA973B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA973B

Black with #FA973B

Text Example


Text Example

White with #FA973B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA973B; }

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

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

background-color css

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

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

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

border-color css

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

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

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