Html Css Color HEX #FFB218 Dark Tangerine

📋 copy color: '#FFB218'

red 255 ◦ green 178 ◦ blue 24

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

Shades of Dark Tangerine #FFB218

Tints of Dark Tangerine #FFB218

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.95%

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

R = 55.8%
G = 38.95%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FFB218 (or 0xFFB218) is known color: Dark Tangerine. HEX triplet: FF, B2 and 18. RGB value is (255,178,24). Sum of RGB (Red+Green+Blue) = 255+178+24=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 24 (9.77% from 255 or 5.25% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB218 is #004DE7. Grayscale: #B8B8B8. Windows color (decimal): -19944 or 1618687. OLE color: 1618687.

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

Color convert

RGB 255 178 24 -
CMYK 0 0.30 0.91 0
HSL 40º 1% 0.55% -
HSV(B) 40º 0.91% 1% -
XYZ 57.33 53.17 8.1 -
YUV 183.47 38.01 179.02 -
System Red Green Blue C M Y K H S L
Decimal 255 178 24 0 0.30 0.91 0 40 1 0.55
Hex FF B2 18 0 1E 5B 0 28 64 37
Octal 377 262 30 0 36 133 0 50 144 67
Binary 11111111 10110010 11000 0 11110 1011011 0 101000 1100100 110111

Color Harmonies of #FFB218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB218

Black with #FFB218

Text Example


Text Example

White with #FFB218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB218; }

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

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

background-color css

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

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

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

border-color css

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

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

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