Html Css Color HEX #FFB01B Dark Tangerine

📋 copy color: '#FFB01B'

red 255 ◦ green 176 ◦ blue 27

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

Shades of Dark Tangerine #FFB01B

Tints of Dark Tangerine #FFB01B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.9%

R = 55.68%
G = 38.43%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFB01B (or 0xFFB01B) is known color: Dark Tangerine. HEX triplet: FF, B0 and 1B. RGB value is (255,176,27). Sum of RGB (Red+Green+Blue) = 255+176+27=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 27 (10.94% from 255 or 5.90% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB01B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB01B is #004FE4. Grayscale: #B7B7B7. Windows color (decimal): -20453 or 1814783. OLE color: 1814783.

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

Color convert

RGB 255 176 27 -
CMYK 0 0.31 0.89 0
HSL 39.21º 1% 0.55% -
HSV(B) 39.21º 0.89% 1% -
XYZ 56.96 52.39 8.15 -
YUV 182.64 40.17 179.62 -
System Red Green Blue C M Y K H S L
Decimal 255 176 27 0 0.31 0.89 0 39.21 1 0.55
Hex FF B0 1B 0 1F 59 0 27 64 37
Octal 377 260 33 0 37 131 0 47 144 67
Binary 11111111 10110000 11011 0 11111 1011001 0 100111 1100100 110111

Color Harmonies of #FFB01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB01B

Black with #FFB01B

Text Example


Text Example

White with #FFB01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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