Html Css Color HEX #FD9C2A Neon Carrot

📋 copy color: '#FD9C2A'

red 253 ◦ green 156 ◦ blue 42

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

Shades of Neon Carrot #FD9C2A

Tints of Neon Carrot #FD9C2A

RGB

 RED value IS 253 (99.22% from 255) = 56.1%

 GREEN value IS 156 (61.33% from 255) = 34.59%

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

R = 56.1%
G = 34.59%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD9C2A (or 0xFD9C2A) is known color: Neon Carrot. HEX triplet: FD, 9C and 2A. RGB value is (253,156,42). Sum of RGB (Red+Green+Blue) = 253+156+42=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 42 (16.80% from 255 or 9.31% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9C2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD9C2A is #0263D5. Grayscale: #ACACAC. Windows color (decimal): -156630 or 2792701. OLE color: 2792701.

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

Color convert

RGB 253 156 42 -
CMYK 0 0.38 0.83 0.01
HSL 32.42º 0.98% 0.58% -
HSV(B) 32.42º 0.83% 0.99% -
XYZ 52.81 44.83 8.06 -
YUV 172.01 54.64 185.77 -
System Red Green Blue C M Y K H S L
Decimal 253 156 42 0 0.38 0.83 0.01 32.42 0.98 0.58
Hex FD 9C 2A 0 26 53 1 20 62 3A
Octal 375 234 52 0 46 123 1 40 142 72
Binary 11111101 10011100 101010 0 100110 1010011 1 100000 1100010 111010

Color Harmonies of #FD9C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9C2A

Black with #FD9C2A

Text Example


Text Example

White with #FD9C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9C2A; }

 p { color: rgb(253,156,42); }

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

background-color css

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

 a { background-color: rgb(253,156,42); }

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

border-color css

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

 span { border-color: rgb(253,156,42); }

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