Html Css Color HEX #FF8D1B Carrot Orange

📋 copy color: '#FF8D1B'

red 255 ◦ green 141 ◦ blue 27

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

Shades of Carrot Orange #FF8D1B

Tints of Carrot Orange #FF8D1B

RGB

 RED value IS 255 (100% from 255) = 60.28%

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

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

R = 60.28%
G = 33.33%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF8D1B (or 0xFF8D1B) is known color: Carrot Orange. HEX triplet: FF, 8D and 1B. RGB value is (255,141,27). Sum of RGB (Red+Green+Blue) = 255+141+27=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 27 (10.94% from 255 or 6.38% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8D1B is #0072E4. Grayscale: #A2A2A2. Windows color (decimal): -29413 or 1805823. OLE color: 1805823.

HSL color Cylindrical-coordinate representation of color #FF8D1B: hue angle of 30º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF8D1B is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.

Color convert

RGB 255 141 27 -
CMYK 0 0.45 0.89 0
HSL 30º 1% 0.55% -
HSV(B) 30º 0.89% 1% -
XYZ 50.96 40.39 6.15 -
YUV 162.09 51.77 194.27 -
System Red Green Blue C M Y K H S L
Decimal 255 141 27 0 0.45 0.89 0 30 1 0.55
Hex FF 8D 1B 0 2D 59 0 1E 64 37
Octal 377 215 33 0 55 131 0 36 144 67
Binary 11111111 10001101 11011 0 101101 1011001 0 11110 1100100 110111

Color Harmonies of #FF8D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8D1B

Black with #FF8D1B

Text Example


Text Example

White with #FF8D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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