Html Css Color HEX #FF8B1E Carrot Orange

📋 copy color: '#FF8B1E'

red 255 ◦ green 139 ◦ blue 30

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

Shades of Carrot Orange #FF8B1E

Tints of Carrot Orange #FF8B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.08%

R = 60.14%
G = 32.78%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF8B1E (or 0xFF8B1E) is known color: Carrot Orange. HEX triplet: FF, 8B and 1E. RGB value is (255,139,30). Sum of RGB (Red+Green+Blue) = 255+139+30=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 30 (12.11% from 255 or 7.08% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8B1E is #0074E1. Grayscale: #A1A1A1. Windows color (decimal): -29922 or 2001919. OLE color: 2001919.

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

Color convert

RGB 255 139 30 -
CMYK 0 0.45 0.88 0
HSL 29.07º 1% 0.56% -
HSV(B) 29.07º 0.88% 1% -
XYZ 50.71 39.82 6.24 -
YUV 161.26 53.93 194.86 -
System Red Green Blue C M Y K H S L
Decimal 255 139 30 0 0.45 0.88 0 29.07 1 0.56
Hex FF 8B 1E 0 2D 58 0 1D 64 38
Octal 377 213 36 0 55 130 0 35 144 70
Binary 11111111 10001011 11110 0 101101 1011000 0 11101 1100100 111000

Color Harmonies of #FF8B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8B1E

Black with #FF8B1E

Text Example


Text Example

White with #FF8B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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