Html Css Color HEX #FD8D1B Carrot Orange

📋 copy color: '#FD8D1B'

red 253 ◦ green 141 ◦ blue 27

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

Shades of Carrot Orange #FD8D1B

Tints of Carrot Orange #FD8D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.41%

R = 60.1%
G = 33.49%
B = 6.41%

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

#FD8D1B (or 0xFD8D1B) is known color: Carrot Orange. HEX triplet: FD, 8D and 1B. RGB value is (253,141,27). Sum of RGB (Red+Green+Blue) = 253+141+27=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 27 (10.94% from 255 or 6.41% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8D1B is #0272E4. Grayscale: #A2A2A2. Windows color (decimal): -160485 or 1805821. OLE color: 1805821.

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

Color convert

RGB 253 141 27 -
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.23 40.01 6.11 -
YUV 161.49 52.11 193.27 -
System Red Green Blue C M Y K H S L
Decimal 253 141 27 0 0.44 0.89 0.01 30.27 0.98 0.55
Hex FD 8D 1B 0 2C 59 1 1E 62 37
Octal 375 215 33 0 54 131 1 36 142 67
Binary 11111101 10001101 11011 0 101100 1011001 1 11110 1100010 110111

Color Harmonies of #FD8D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8D1B

Black with #FD8D1B

Text Example


Text Example

White with #FD8D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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