Html Css Color HEX #FFB00F Dark Tangerine

📋 copy color: '#FFB00F'

red 255 ◦ green 176 ◦ blue 15

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

Shades of Dark Tangerine #FFB00F

Tints of Dark Tangerine #FFB00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.36%

R = 57.17%
G = 39.46%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFB00F (or 0xFFB00F) is known color: Dark Tangerine. HEX triplet: FF, B0 and 0F. RGB value is (255,176,15). Sum of RGB (Red+Green+Blue) = 255+176+15=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 15 (6.25% from 255 or 3.36% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB00F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB00F is #004FF0. Grayscale: #B5B5B5. Windows color (decimal): -20465 or 1028351. OLE color: 1028351.

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

Color convert

RGB 255 176 15 -
CMYK 0 0.31 0.94 0
HSL 40.25º 1% 0.53% -
HSV(B) 40.25º 0.94% 1% -
XYZ 56.85 52.35 7.56 -
YUV 181.27 34.17 180.59 -
System Red Green Blue C M Y K H S L
Decimal 255 176 15 0 0.31 0.94 0 40.25 1 0.53
Hex FF B0 F 0 1F 5E 0 28 64 35
Octal 377 260 17 0 37 136 0 50 144 65
Binary 11111111 10110000 1111 0 11111 1011110 0 101000 1100100 110101

Color Harmonies of #FFB00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB00F

Black with #FFB00F

Text Example


Text Example

White with #FFB00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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