Html Css Color HEX #FA8F2A Neon Carrot

📋 copy color: '#FA8F2A'

red 250 ◦ green 143 ◦ blue 42

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

Shades of Neon Carrot #FA8F2A

Tints of Neon Carrot #FA8F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.66%

R = 57.47%
G = 32.87%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA8F2A (or 0xFA8F2A) is known color: Neon Carrot. HEX triplet: FA, 8F and 2A. RGB value is (250,143,42). Sum of RGB (Red+Green+Blue) = 250+143+42=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 42 (16.80% from 255 or 9.66% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8F2A is #0570D5. Grayscale: #A3A3A3. Windows color (decimal): -356566 or 2789370. OLE color: 2789370.

HSL color Cylindrical-coordinate representation of color #FA8F2A: hue angle of 29.13º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA8F2A is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 143 42 -
CMYK 0 0.43 0.83 0.02
HSL 29.13º 0.95% 0.57% -
HSV(B) 29.13º 0.83% 0.98% -
XYZ 49.66 40.14 7.32 -
YUV 163.48 59.45 189.71 -
System Red Green Blue C M Y K H S L
Decimal 250 143 42 0 0.43 0.83 0.02 29.13 0.95 0.57
Hex FA 8F 2A 0 2B 53 2 1D 5F 39
Octal 372 217 52 0 53 123 2 35 137 71
Binary 11111010 10001111 101010 0 101011 1010011 10 11101 1011111 111001

Color Harmonies of #FA8F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8F2A

Black with #FA8F2A

Text Example


Text Example

White with #FA8F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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