Html Css Color HEX #FA8D2B Neon Carrot

📋 copy color: '#FA8D2B'

red 250 ◦ green 141 ◦ blue 43

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

Shades of Neon Carrot #FA8D2B

Tints of Neon Carrot #FA8D2B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.49%

 BLUE value IS 43 (17.19% from 255) = 9.91%

R = 57.6%
G = 32.49%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA8D2B (or 0xFA8D2B) is known color: Neon Carrot. HEX triplet: FA, 8D and 2B. RGB value is (250,141,43). Sum of RGB (Red+Green+Blue) = 250+141+43=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 43 (17.19% from 255 or 9.91% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8D2B is #0572D4. Grayscale: #A2A2A2. Windows color (decimal): -357077 or 2854394. OLE color: 2854394.

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

Color convert

RGB 250 141 43 -
CMYK 0 0.44 0.83 0.02
HSL 28.41º 0.95% 0.57% -
HSV(B) 28.41º 0.83% 0.98% -
XYZ 49.39 39.55 7.32 -
YUV 162.42 60.61 190.47 -
System Red Green Blue C M Y K H S L
Decimal 250 141 43 0 0.44 0.83 0.02 28.41 0.95 0.57
Hex FA 8D 2B 0 2C 53 2 1C 5F 39
Octal 372 215 53 0 54 123 2 34 137 71
Binary 11111010 10001101 101011 0 101100 1010011 10 11100 1011111 111001

Color Harmonies of #FA8D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8D2B

Black with #FA8D2B

Text Example


Text Example

White with #FA8D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8D2B; }

 p { color: rgb(250,141,43); }

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

background-color css

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

 a { background-color: rgb(250,141,43); }

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

border-color css

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

 span { border-color: rgb(250,141,43); }

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