Html Css Color HEX #FD901D Carrot Orange

📋 copy color: '#FD901D'

red 253 ◦ green 144 ◦ blue 29

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

Shades of Carrot Orange #FD901D

Tints of Carrot Orange #FD901D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.81%

R = 59.39%
G = 33.8%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD901D (or 0xFD901D) is known color: Carrot Orange. HEX triplet: FD, 90 and 1D. RGB value is (253,144,29). Sum of RGB (Red+Green+Blue) = 253+144+29=426 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.39% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 29 (11.72% from 255 or 6.81% from 426); Max value from RGB is 253 - color contains mainly: red. Hex color #FD901D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD901D is #026FE2. Grayscale: #A4A4A4. Windows color (decimal): -159715 or 1937661. OLE color: 1937661.

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

Color convert

RGB 253 144 29 -
CMYK 0 0.43 0.89 0.01
HSL 30.8º 0.98% 0.55% -
HSV(B) 30.8º 0.89% 0.99% -
XYZ 50.7 40.92 6.39 -
YUV 163.48 52.11 191.85 -
System Red Green Blue C M Y K H S L
Decimal 253 144 29 0 0.43 0.89 0.01 30.8 0.98 0.55
Hex FD 90 1D 0 2B 59 1 1F 62 37
Octal 375 220 35 0 53 131 1 37 142 67
Binary 11111101 10010000 11101 0 101011 1011001 1 11111 1100010 110111

Color Harmonies of #FD901D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD901D

Black with #FD901D

Text Example


Text Example

White with #FD901D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD901D; }

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

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

background-color css

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

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

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

border-color css

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

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

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