Html Css Color HEX #FA8F2C Neon Carrot

📋 copy color: '#FA8F2C'

red 250 ◦ green 143 ◦ blue 44

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

Shades of Neon Carrot #FA8F2C

Tints of Neon Carrot #FA8F2C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.72%

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

R = 57.21%
G = 32.72%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA8F2C (or 0xFA8F2C) is known color: Neon Carrot. HEX triplet: FA, 8F and 2C. RGB value is (250,143,44). Sum of RGB (Red+Green+Blue) = 250+143+44=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 44 (17.58% from 255 or 10.07% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8F2C is #0570D3. Grayscale: #A4A4A4. Windows color (decimal): -356564 or 2920442. OLE color: 2920442.

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

Color convert

RGB 250 143 44 -
CMYK 0 0.43 0.82 0.02
HSL 28.83º 0.95% 0.58% -
HSV(B) 28.83º 0.82% 0.98% -
XYZ 49.7 40.15 7.51 -
YUV 163.71 60.45 189.55 -
System Red Green Blue C M Y K H S L
Decimal 250 143 44 0 0.43 0.82 0.02 28.83 0.95 0.58
Hex FA 8F 2C 0 2B 52 2 1D 5F 3A
Octal 372 217 54 0 53 122 2 35 137 72
Binary 11111010 10001111 101100 0 101011 1010010 10 11101 1011111 111010

Color Harmonies of #FA8F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8F2C

Black with #FA8F2C

Text Example


Text Example

White with #FA8F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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