Html Css Color HEX #FFB021 Dark Tangerine

📋 copy color: '#FFB021'

red 255 ◦ green 176 ◦ blue 33

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

Shades of Dark Tangerine #FFB021

Tints of Dark Tangerine #FFB021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.11%

R = 54.96%
G = 37.93%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFB021 (or 0xFFB021) is known color: Dark Tangerine. HEX triplet: FF, B0 and 21. RGB value is (255,176,33). Sum of RGB (Red+Green+Blue) = 255+176+33=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 33 (13.28% from 255 or 7.11% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB021 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB021 is #004FDE. Grayscale: #B7B7B7. Windows color (decimal): -20447 or 2207999. OLE color: 2207999.

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

Color convert

RGB 255 176 33 -
CMYK 0 0.31 0.87 0
HSL 38.65º 1% 0.56% -
HSV(B) 38.65º 0.87% 1% -
XYZ 57.04 52.42 8.55 -
YUV 183.32 43.17 179.13 -
System Red Green Blue C M Y K H S L
Decimal 255 176 33 0 0.31 0.87 0 38.65 1 0.56
Hex FF B0 21 0 1F 57 0 27 64 38
Octal 377 260 41 0 37 127 0 47 144 70
Binary 11111111 10110000 100001 0 11111 1010111 0 100111 1100100 111000

Color Harmonies of #FFB021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB021

Black with #FFB021

Text Example


Text Example

White with #FFB021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB021; }

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

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

background-color css

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

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

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

border-color css

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

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

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