Html Css Color HEX #FC882A Neon Carrot

📋 copy color: '#FC882A'

red 252 ◦ green 136 ◦ blue 42

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

Shades of Neon Carrot #FC882A

Tints of Neon Carrot #FC882A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.63%

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

R = 58.6%
G = 31.63%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC882A (or 0xFC882A) is known color: Neon Carrot. HEX triplet: FC, 88 and 2A. RGB value is (252,136,42). Sum of RGB (Red+Green+Blue) = 252+136+42=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 42 (16.80% from 255 or 9.77% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC882A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC882A is #0377D5. Grayscale: #A0A0A0. Windows color (decimal): -227286 or 2787580. OLE color: 2787580.

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

Color convert

RGB 252 136 42 -
CMYK 0 0.46 0.83 0.01
HSL 26.86º 0.97% 0.58% -
HSV(B) 26.86º 0.83% 0.99% -
XYZ 49.37 38.47 7.01 -
YUV 159.97 61.43 193.64 -
System Red Green Blue C M Y K H S L
Decimal 252 136 42 0 0.46 0.83 0.01 26.86 0.97 0.58
Hex FC 88 2A 0 2E 53 1 1B 61 3A
Octal 374 210 52 0 56 123 1 33 141 72
Binary 11111100 10001000 101010 0 101110 1010011 1 11011 1100001 111010

Color Harmonies of #FC882A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC882A

Black with #FC882A

Text Example


Text Example

White with #FC882A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC882A; }

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

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

background-color css

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

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

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

border-color css

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

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

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