Html Css Color HEX #FF8B1B Carrot Orange

📋 copy color: '#FF8B1B'

red 255 ◦ green 139 ◦ blue 27

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

Shades of Carrot Orange #FF8B1B

Tints of Carrot Orange #FF8B1B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.02%

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

R = 60.57%
G = 33.02%
B = 6.41%

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

#FF8B1B (or 0xFF8B1B) is known color: Carrot Orange. HEX triplet: FF, 8B and 1B. RGB value is (255,139,27). Sum of RGB (Red+Green+Blue) = 255+139+27=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 27 (10.94% from 255 or 6.41% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8B1B is #0074E4. Grayscale: #A1A1A1. Windows color (decimal): -29925 or 1805311. OLE color: 1805311.

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

Color convert

RGB 255 139 27 -
CMYK 0 0.45 0.89 0
HSL 29.47º 1% 0.55% -
HSV(B) 29.47º 0.89% 1% -
XYZ 50.67 39.8 6.05 -
YUV 160.92 52.43 195.11 -
System Red Green Blue C M Y K H S L
Decimal 255 139 27 0 0.45 0.89 0 29.47 1 0.55
Hex FF 8B 1B 0 2D 59 0 1D 64 37
Octal 377 213 33 0 55 131 0 35 144 67
Binary 11111111 10001011 11011 0 101101 1011001 0 11101 1100100 110111

Color Harmonies of #FF8B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8B1B

Black with #FF8B1B

Text Example


Text Example

White with #FF8B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8B1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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