Html Css Color HEX #FFB21A Dark Tangerine

📋 copy color: '#FFB21A'

red 255 ◦ green 178 ◦ blue 26

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

Shades of Dark Tangerine #FFB21A

Tints of Dark Tangerine #FFB21A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.66%

R = 55.56%
G = 38.78%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FFB21A (or 0xFFB21A) is known color: Dark Tangerine. HEX triplet: FF, B2 and 1A. RGB value is (255,178,26). Sum of RGB (Red+Green+Blue) = 255+178+26=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 26 (10.55% from 255 or 5.66% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB21A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB21A is #004DE5. Grayscale: #B8B8B8. Windows color (decimal): -19942 or 1749759. OLE color: 1749759.

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

Color convert

RGB 255 178 26 -
CMYK 0 0.30 0.90 0
HSL 39.83º 1% 0.55% -
HSV(B) 39.83º 0.9% 1% -
XYZ 57.35 53.18 8.22 -
YUV 183.7 39.01 178.86 -
System Red Green Blue C M Y K H S L
Decimal 255 178 26 0 0.30 0.90 0 39.83 1 0.55
Hex FF B2 1A 0 1E 5A 0 28 64 37
Octal 377 262 32 0 36 132 0 50 144 67
Binary 11111111 10110010 11010 0 11110 1011010 0 101000 1100100 110111

Color Harmonies of #FFB21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB21A

Black with #FFB21A

Text Example


Text Example

White with #FFB21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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