Html Css Color HEX #FFB31B Dark Tangerine

📋 copy color: '#FFB31B'

red 255 ◦ green 179 ◦ blue 27

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

Shades of Dark Tangerine #FFB31B

Tints of Dark Tangerine #FFB31B

RGB

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

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

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

R = 55.31%
G = 38.83%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFB31B (or 0xFFB31B) is known color: Dark Tangerine. HEX triplet: FF, B3 and 1B. RGB value is (255,179,27). Sum of RGB (Red+Green+Blue) = 255+179+27=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 27 (10.94% from 255 or 5.86% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB31B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB31B is #004CE4. Grayscale: #B9B9B9. Windows color (decimal): -19685 or 1815551. OLE color: 1815551.

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

Color convert

RGB 255 179 27 -
CMYK 0 0.30 0.89 0
HSL 40º 1% 0.55% -
HSV(B) 40º 0.89% 1% -
XYZ 57.56 53.58 8.35 -
YUV 184.4 39.18 178.36 -
System Red Green Blue C M Y K H S L
Decimal 255 179 27 0 0.30 0.89 0 40 1 0.55
Hex FF B3 1B 0 1E 59 0 28 64 37
Octal 377 263 33 0 36 131 0 50 144 67
Binary 11111111 10110011 11011 0 11110 1011001 0 101000 1100100 110111

Color Harmonies of #FFB31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB31B

Black with #FFB31B

Text Example


Text Example

White with #FFB31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB31B; }

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

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

background-color css

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

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

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

border-color css

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

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

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