Html Css Color HEX #FA972E Neon Carrot

📋 copy color: '#FA972E'

red 250 ◦ green 151 ◦ blue 46

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

Shades of Neon Carrot #FA972E

Tints of Neon Carrot #FA972E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.29%

R = 55.93%
G = 33.78%
B = 10.29%

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

#FA972E (or 0xFA972E) is known color: Neon Carrot. HEX triplet: FA, 97 and 2E. RGB value is (250,151,46). Sum of RGB (Red+Green+Blue) = 250+151+46=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 46 (18.36% from 255 or 10.29% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA972E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA972E is #0568D1. Grayscale: #A9A9A9. Windows color (decimal): -354514 or 3053562. OLE color: 3053562.

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

Color convert

RGB 250 151 46 -
CMYK 0 0.40 0.82 0.02
HSL 30.88º 0.95% 0.58% -
HSV(B) 30.88º 0.82% 0.98% -
XYZ 50.98 42.65 8.13 -
YUV 168.63 58.8 186.04 -
System Red Green Blue C M Y K H S L
Decimal 250 151 46 0 0.40 0.82 0.02 30.88 0.95 0.58
Hex FA 97 2E 0 28 52 2 1F 5F 3A
Octal 372 227 56 0 50 122 2 37 137 72
Binary 11111010 10010111 101110 0 101000 1010010 10 11111 1011111 111010

Color Harmonies of #FA972E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA972E

Black with #FA972E

Text Example


Text Example

White with #FA972E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA972E; }

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

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

background-color css

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

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

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

border-color css

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

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

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