Html Css Color HEX #FD8A1D Carrot Orange

📋 copy color: '#FD8A1D'

red 253 ◦ green 138 ◦ blue 29

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

Shades of Carrot Orange #FD8A1D

Tints of Carrot Orange #FD8A1D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.86%

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

R = 60.24%
G = 32.86%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD8A1D (or 0xFD8A1D) is known color: Carrot Orange. HEX triplet: FD, 8A and 1D. RGB value is (253,138,29). Sum of RGB (Red+Green+Blue) = 253+138+29=420 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.24% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 29 (11.72% from 255 or 6.90% from 420); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8A1D is #0275E2. Grayscale: #A0A0A0. Windows color (decimal): -161251 or 1936125. OLE color: 1936125.

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

Color convert

RGB 253 138 29 -
CMYK 0 0.45 0.89 0.01
HSL 29.2º 0.98% 0.55% -
HSV(B) 29.2º 0.89% 0.99% -
XYZ 49.82 39.15 6.09 -
YUV 159.96 54.1 194.36 -
System Red Green Blue C M Y K H S L
Decimal 253 138 29 0 0.45 0.89 0.01 29.2 0.98 0.55
Hex FD 8A 1D 0 2D 59 1 1D 62 37
Octal 375 212 35 0 55 131 1 35 142 67
Binary 11111101 10001010 11101 0 101101 1011001 1 11101 1100010 110111

Color Harmonies of #FD8A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8A1D

Black with #FD8A1D

Text Example


Text Example

White with #FD8A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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