Html Css Color HEX #FC982A Neon Carrot

📋 copy color: '#FC982A'

red 252 ◦ green 152 ◦ blue 42

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

Shades of Neon Carrot #FC982A

Tints of Neon Carrot #FC982A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.08%

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

R = 56.5%
G = 34.08%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC982A (or 0xFC982A) is known color: Neon Carrot. HEX triplet: FC, 98 and 2A. RGB value is (252,152,42). Sum of RGB (Red+Green+Blue) = 252+152+42=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 42 (16.80% from 255 or 9.42% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC982A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC982A is #0367D5. Grayscale: #A9A9A9. Windows color (decimal): -223190 or 2791676. OLE color: 2791676.

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

Color convert

RGB 252 152 42 -
CMYK 0 0.40 0.83 0.01
HSL 31.43º 0.97% 0.58% -
HSV(B) 31.43º 0.83% 0.99% -
XYZ 51.79 43.32 7.82 -
YUV 169.36 56.13 186.94 -
System Red Green Blue C M Y K H S L
Decimal 252 152 42 0 0.40 0.83 0.01 31.43 0.97 0.58
Hex FC 98 2A 0 28 53 1 1F 61 3A
Octal 374 230 52 0 50 123 1 37 141 72
Binary 11111100 10011000 101010 0 101000 1010011 1 11111 1100001 111010

Color Harmonies of #FC982A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC982A

Black with #FC982A

Text Example


Text Example

White with #FC982A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC982A; }

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

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

background-color css

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

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

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

border-color css

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

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

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