Html Css Color HEX #FC8A2A Neon Carrot

📋 copy color: '#FC8A2A'

red 252 ◦ green 138 ◦ blue 42

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

Shades of Neon Carrot #FC8A2A

Tints of Neon Carrot #FC8A2A

RGB

 RED value IS 252 (98.83% from 255) = 58.33%

 GREEN value IS 138 (54.3% from 255) = 31.94%

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

R = 58.33%
G = 31.94%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC8A2A (or 0xFC8A2A) is known color: Neon Carrot. HEX triplet: FC, 8A and 2A. RGB value is (252,138,42). Sum of RGB (Red+Green+Blue) = 252+138+42=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 42 (16.80% from 255 or 9.72% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8A2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8A2A is #0375D5. Grayscale: #A1A1A1. Windows color (decimal): -226774 or 2788092. OLE color: 2788092.

HSL color Cylindrical-coordinate representation of color #FC8A2A: hue angle of 27.43º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC8A2A is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 138 42 -
CMYK 0 0.45 0.83 0.01
HSL 27.43º 0.97% 0.58% -
HSV(B) 27.43º 0.83% 0.99% -
XYZ 49.65 39.04 7.11 -
YUV 161.14 60.77 192.81 -
System Red Green Blue C M Y K H S L
Decimal 252 138 42 0 0.45 0.83 0.01 27.43 0.97 0.58
Hex FC 8A 2A 0 2D 53 1 1B 61 3A
Octal 374 212 52 0 55 123 1 33 141 72
Binary 11111100 10001010 101010 0 101101 1010011 1 11011 1100001 111010

Color Harmonies of #FC8A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8A2A

Black with #FC8A2A

Text Example


Text Example

White with #FC8A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8A2A; }

 p { color: rgb(252,138,42); }

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

background-color css

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

 a { background-color: rgb(252,138,42); }

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

border-color css

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

 span { border-color: rgb(252,138,42); }

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