Html Css Color HEX #FFB31E Dark Tangerine

📋 copy color: '#FFB31E'

red 255 ◦ green 179 ◦ blue 30

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

Shades of Dark Tangerine #FFB31E

Tints of Dark Tangerine #FFB31E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.58%

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

R = 54.96%
G = 38.58%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FFB31E (or 0xFFB31E) is known color: Dark Tangerine. HEX triplet: FF, B3 and 1E. RGB value is (255,179,30). Sum of RGB (Red+Green+Blue) = 255+179+30=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 30 (12.11% from 255 or 6.47% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB31E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB31E is #004CE1. Grayscale: #B9B9B9. Windows color (decimal): -19682 or 2012159. OLE color: 2012159.

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

Color convert

RGB 255 179 30 -
CMYK 0 0.30 0.88 0
HSL 39.73º 1% 0.56% -
HSV(B) 39.73º 0.88% 1% -
XYZ 57.59 53.59 8.54 -
YUV 184.74 40.68 178.12 -
System Red Green Blue C M Y K H S L
Decimal 255 179 30 0 0.30 0.88 0 39.73 1 0.56
Hex FF B3 1E 0 1E 58 0 28 64 38
Octal 377 263 36 0 36 130 0 50 144 70
Binary 11111111 10110011 11110 0 11110 1011000 0 101000 1100100 111000

Color Harmonies of #FFB31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB31E

Black with #FFB31E

Text Example


Text Example

White with #FFB31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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