Html Css Color HEX #FD8D16 Carrot Orange

📋 copy color: '#FD8D16'

red 253 ◦ green 141 ◦ blue 22

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

Shades of Carrot Orange #FD8D16

Tints of Carrot Orange #FD8D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.29%

R = 60.82%
G = 33.89%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD8D16 (or 0xFD8D16) is known color: Carrot Orange. HEX triplet: FD, 8D and 16. RGB value is (253,141,22). Sum of RGB (Red+Green+Blue) = 253+141+22=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 22 (8.98% from 255 or 5.29% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8D16 is #0272E9. Grayscale: #A1A1A1. Windows color (decimal): -160490 or 1478141. OLE color: 1478141.

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

Color convert

RGB 253 141 22 -
CMYK 0 0.44 0.91 0.01
HSL 30.91º 0.98% 0.54% -
HSV(B) 30.91º 0.91% 0.99% -
XYZ 50.18 39.99 5.83 -
YUV 160.92 49.61 193.68 -
System Red Green Blue C M Y K H S L
Decimal 253 141 22 0 0.44 0.91 0.01 30.91 0.98 0.54
Hex FD 8D 16 0 2C 5B 1 1F 62 36
Octal 375 215 26 0 54 133 1 37 142 66
Binary 11111101 10001101 10110 0 101100 1011011 1 11111 1100010 110110

Color Harmonies of #FD8D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8D16

Black with #FD8D16

Text Example


Text Example

White with #FD8D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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