Html Css Color HEX #FFB418 Dark Tangerine

📋 copy color: '#FFB418'

red 255 ◦ green 180 ◦ blue 24

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

Shades of Dark Tangerine #FFB418

Tints of Dark Tangerine #FFB418

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.22%

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

R = 55.56%
G = 39.22%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FFB418 (or 0xFFB418) is known color: Dark Tangerine. HEX triplet: FF, B4 and 18. RGB value is (255,180,24). Sum of RGB (Red+Green+Blue) = 255+180+24=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 24 (9.77% from 255 or 5.23% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB418 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB418 is #004BE7. Grayscale: #B9B9B9. Windows color (decimal): -19432 or 1619199. OLE color: 1619199.

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

Color convert

RGB 255 180 24 -
CMYK 0 0.29 0.91 0
HSL 40.52º 1% 0.55% -
HSV(B) 40.52º 0.91% 1% -
XYZ 57.73 53.97 8.24 -
YUV 184.64 37.35 178.18 -
System Red Green Blue C M Y K H S L
Decimal 255 180 24 0 0.29 0.91 0 40.52 1 0.55
Hex FF B4 18 0 1D 5B 0 29 64 37
Octal 377 264 30 0 35 133 0 51 144 67
Binary 11111111 10110100 11000 0 11101 1011011 0 101001 1100100 110111

Color Harmonies of #FFB418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB418

Black with #FFB418

Text Example


Text Example

White with #FFB418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB418; }

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

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

background-color css

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

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

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

border-color css

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

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

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