Html Css Color HEX #FD902D Neon Carrot

📋 copy color: '#FD902D'

red 253 ◦ green 144 ◦ blue 45

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

Shades of Neon Carrot #FD902D

Tints of Neon Carrot #FD902D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.58%

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

R = 57.24%
G = 32.58%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD902D (or 0xFD902D) is known color: Neon Carrot. HEX triplet: FD, 90 and 2D. RGB value is (253,144,45). Sum of RGB (Red+Green+Blue) = 253+144+45=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 45 (17.97% from 255 or 10.18% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FD902D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD902D is #026FD2. Grayscale: #A5A5A5. Windows color (decimal): -159699 or 2986237. OLE color: 2986237.

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

Color convert

RGB 253 144 45 -
CMYK 0 0.43 0.82 0.01
HSL 28.56º 0.98% 0.58% -
HSV(B) 28.56º 0.82% 0.99% -
XYZ 50.95 41.02 7.71 -
YUV 165.31 60.11 190.55 -
System Red Green Blue C M Y K H S L
Decimal 253 144 45 0 0.43 0.82 0.01 28.56 0.98 0.58
Hex FD 90 2D 0 2B 52 1 1D 62 3A
Octal 375 220 55 0 53 122 1 35 142 72
Binary 11111101 10010000 101101 0 101011 1010010 1 11101 1100010 111010

Color Harmonies of #FD902D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD902D

Black with #FD902D

Text Example


Text Example

White with #FD902D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD902D; }

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

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

background-color css

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

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

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

border-color css

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

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

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