Html Css Color HEX #FD8E1D Carrot Orange

📋 copy color: '#FD8E1D'

red 253 ◦ green 142 ◦ blue 29

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

Shades of Carrot Orange #FD8E1D

Tints of Carrot Orange #FD8E1D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.49%

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

R = 59.67%
G = 33.49%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD8E1D (or 0xFD8E1D) is known color: Carrot Orange. HEX triplet: FD, 8E and 1D. RGB value is (253,142,29). Sum of RGB (Red+Green+Blue) = 253+142+29=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 29 (11.72% from 255 or 6.84% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8E1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8E1D is #0271E2. Grayscale: #A2A2A2. Windows color (decimal): -160227 or 1937149. OLE color: 1937149.

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

Color convert

RGB 253 142 29 -
CMYK 0 0.44 0.89 0.01
HSL 30.27º 0.98% 0.55% -
HSV(B) 30.27º 0.89% 0.99% -
XYZ 50.4 40.32 6.29 -
YUV 162.31 52.77 192.69 -
System Red Green Blue C M Y K H S L
Decimal 253 142 29 0 0.44 0.89 0.01 30.27 0.98 0.55
Hex FD 8E 1D 0 2C 59 1 1E 62 37
Octal 375 216 35 0 54 131 1 36 142 67
Binary 11111101 10001110 11101 0 101100 1011001 1 11110 1100010 110111

Color Harmonies of #FD8E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8E1D

Black with #FD8E1D

Text Example


Text Example

White with #FD8E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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