Html Css Color HEX #FD8D1E Carrot Orange

📋 copy color: '#FD8D1E'

red 253 ◦ green 141 ◦ blue 30

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

Shades of Carrot Orange #FD8D1E

Tints of Carrot Orange #FD8D1E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.25%

 BLUE value IS 30 (12.11% from 255) = 7.08%

R = 59.67%
G = 33.25%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD8D1E (or 0xFD8D1E) is known color: Carrot Orange. HEX triplet: FD, 8D and 1E. RGB value is (253,141,30). Sum of RGB (Red+Green+Blue) = 253+141+30=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 30 (12.11% from 255 or 7.08% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8D1E is #0272E1. Grayscale: #A2A2A2. Windows color (decimal): -160482 or 2002429. OLE color: 2002429.

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

Color convert

RGB 253 141 30 -
CMYK 0 0.44 0.88 0.01
HSL 29.87º 0.98% 0.55% -
HSV(B) 29.87º 0.88% 0.99% -
XYZ 50.27 40.03 6.3 -
YUV 161.83 53.61 193.03 -
System Red Green Blue C M Y K H S L
Decimal 253 141 30 0 0.44 0.88 0.01 29.87 0.98 0.55
Hex FD 8D 1E 0 2C 58 1 1E 62 37
Octal 375 215 36 0 54 130 1 36 142 67
Binary 11111101 10001101 11110 0 101100 1011000 1 11110 1100010 110111

Color Harmonies of #FD8D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8D1E

Black with #FD8D1E

Text Example


Text Example

White with #FD8D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8D1E; }

 p { color: rgb(253,141,30); }

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

background-color css

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

 a { background-color: rgb(253,141,30); }

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

border-color css

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

 span { border-color: rgb(253,141,30); }

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