Html Css Color HEX #FFB018 Dark Tangerine

📋 copy color: '#FFB018'

red 255 ◦ green 176 ◦ blue 24

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

Shades of Dark Tangerine #FFB018

Tints of Dark Tangerine #FFB018

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.68%

 BLUE value IS 24 (9.77% from 255) = 5.27%

R = 56.04%
G = 38.68%
B = 5.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FFB018 (or 0xFFB018) is known color: Dark Tangerine. HEX triplet: FF, B0 and 18. RGB value is (255,176,24). Sum of RGB (Red+Green+Blue) = 255+176+24=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 24 (9.77% from 255 or 5.27% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB018 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB018 is #004FE7. Grayscale: #B6B6B6. Windows color (decimal): -20456 or 1618175. OLE color: 1618175.

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

Color convert

RGB 255 176 24 -
CMYK 0 0.31 0.91 0
HSL 39.48º 1% 0.55% -
HSV(B) 39.48º 0.91% 1% -
XYZ 56.93 52.38 7.97 -
YUV 182.29 38.67 179.86 -
System Red Green Blue C M Y K H S L
Decimal 255 176 24 0 0.31 0.91 0 39.48 1 0.55
Hex FF B0 18 0 1F 5B 0 27 64 37
Octal 377 260 30 0 37 133 0 47 144 67
Binary 11111111 10110000 11000 0 11111 1011011 0 100111 1100100 110111

Color Harmonies of #FFB018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB018

Black with #FFB018

Text Example


Text Example

White with #FFB018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB018; }

 p { color: rgb(255,176,24); }

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

background-color css

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

 a { background-color: rgb(255,176,24); }

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

border-color css

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

 span { border-color: rgb(255,176,24); }

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