Html Css Color HEX #FA8E2D Neon Carrot

📋 copy color: '#FA8E2D'

red 250 ◦ green 142 ◦ blue 45

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

Shades of Neon Carrot #FA8E2D

Tints of Neon Carrot #FA8E2D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.49%

 BLUE value IS 45 (17.97% from 255) = 10.3%

R = 57.21%
G = 32.49%
B = 10.3%

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

#FA8E2D (or 0xFA8E2D) is known color: Neon Carrot. HEX triplet: FA, 8E and 2D. RGB value is (250,142,45). Sum of RGB (Red+Green+Blue) = 250+142+45=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 45 (17.97% from 255 or 10.30% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8E2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8E2D is #0571D2. Grayscale: #A3A3A3. Windows color (decimal): -356819 or 2985722. OLE color: 2985722.

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

Color convert

RGB 250 142 45 -
CMYK 0 0.43 0.82 0.02
HSL 28.39º 0.95% 0.58% -
HSV(B) 28.39º 0.82% 0.98% -
XYZ 49.57 39.86 7.56 -
YUV 163.23 61.28 189.89 -
System Red Green Blue C M Y K H S L
Decimal 250 142 45 0 0.43 0.82 0.02 28.39 0.95 0.58
Hex FA 8E 2D 0 2B 52 2 1C 5F 3A
Octal 372 216 55 0 53 122 2 34 137 72
Binary 11111010 10001110 101101 0 101011 1010010 10 11100 1011111 111010

Color Harmonies of #FA8E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8E2D

Black with #FA8E2D

Text Example


Text Example

White with #FA8E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8E2D; }

 p { color: rgb(250,142,45); }

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

background-color css

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

 a { background-color: rgb(250,142,45); }

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

border-color css

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

 span { border-color: rgb(250,142,45); }

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