Html Css Color HEX #FF8B1A Carrot Orange

📋 copy color: '#FF8B1A'

red 255 ◦ green 139 ◦ blue 26

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

Shades of Carrot Orange #FF8B1A

Tints of Carrot Orange #FF8B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.19%

R = 60.71%
G = 33.1%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF8B1A (or 0xFF8B1A) is known color: Carrot Orange. HEX triplet: FF, 8B and 1A. RGB value is (255,139,26). Sum of RGB (Red+Green+Blue) = 255+139+26=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 26 (10.55% from 255 or 6.19% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8B1A is #0074E5. Grayscale: #A1A1A1. Windows color (decimal): -29926 or 1739775. OLE color: 1739775.

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

Color convert

RGB 255 139 26 -
CMYK 0 0.45 0.90 0
HSL 29.61º 1% 0.55% -
HSV(B) 29.61º 0.9% 1% -
XYZ 50.66 39.8 5.99 -
YUV 160.8 51.93 195.19 -
System Red Green Blue C M Y K H S L
Decimal 255 139 26 0 0.45 0.90 0 29.61 1 0.55
Hex FF 8B 1A 0 2D 5A 0 1E 64 37
Octal 377 213 32 0 55 132 0 36 144 67
Binary 11111111 10001011 11010 0 101101 1011010 0 11110 1100100 110111

Color Harmonies of #FF8B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8B1A

Black with #FF8B1A

Text Example


Text Example

White with #FF8B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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