Html Css Color HEX #FD9E2D Neon Carrot

📋 copy color: '#FD9E2D'

red 253 ◦ green 158 ◦ blue 45

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

Shades of Neon Carrot #FD9E2D

Tints of Neon Carrot #FD9E2D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.65%

 BLUE value IS 45 (17.97% from 255) = 9.87%

R = 55.48%
G = 34.65%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD9E2D (or 0xFD9E2D) is known color: Neon Carrot. HEX triplet: FD, 9E and 2D. RGB value is (253,158,45). Sum of RGB (Red+Green+Blue) = 253+158+45=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 45 (17.97% from 255 or 9.87% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9E2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD9E2D is #0261D2. Grayscale: #AEAEAE. Windows color (decimal): -156115 or 2989821. OLE color: 2989821.

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

Color convert

RGB 253 158 45 -
CMYK 0 0.38 0.82 0.01
HSL 32.6º 0.98% 0.58% -
HSV(B) 32.6º 0.82% 0.99% -
XYZ 53.21 45.53 8.47 -
YUV 173.52 55.47 184.69 -
System Red Green Blue C M Y K H S L
Decimal 253 158 45 0 0.38 0.82 0.01 32.6 0.98 0.58
Hex FD 9E 2D 0 26 52 1 21 62 3A
Octal 375 236 55 0 46 122 1 41 142 72
Binary 11111101 10011110 101101 0 100110 1010010 1 100001 1100010 111010

Color Harmonies of #FD9E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9E2D

Black with #FD9E2D

Text Example


Text Example

White with #FD9E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9E2D; }

 p { color: rgb(253,158,45); }

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

background-color css

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

 a { background-color: rgb(253,158,45); }

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

border-color css

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

 span { border-color: rgb(253,158,45); }

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