Html Css Color HEX #FFB31F Dark Tangerine

📋 copy color: '#FFB31F'

red 255 ◦ green 179 ◦ blue 31

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

Shades of Dark Tangerine #FFB31F

Tints of Dark Tangerine #FFB31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.67%

R = 54.84%
G = 38.49%
B = 6.67%

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

#FFB31F (or 0xFFB31F) is known color: Dark Tangerine. HEX triplet: FF, B3 and 1F. RGB value is (255,179,31). Sum of RGB (Red+Green+Blue) = 255+179+31=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 31 (12.5% from 255 or 6.67% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB31F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB31F is #004CE0. Grayscale: #B9B9B9. Windows color (decimal): -19681 or 2077695. OLE color: 2077695.

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

Color convert

RGB 255 179 31 -
CMYK 0 0.30 0.88 0
HSL 39.64º 1% 0.56% -
HSV(B) 39.64º 0.88% 1% -
XYZ 57.61 53.6 8.61 -
YUV 184.85 41.18 178.03 -
System Red Green Blue C M Y K H S L
Decimal 255 179 31 0 0.30 0.88 0 39.64 1 0.56
Hex FF B3 1F 0 1E 58 0 28 64 38
Octal 377 263 37 0 36 130 0 50 144 70
Binary 11111111 10110011 11111 0 11110 1011000 0 101000 1100100 111000

Color Harmonies of #FFB31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB31F

Black with #FFB31F

Text Example


Text Example

White with #FFB31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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