Html Css Color HEX #FFB20F Dark Tangerine

📋 copy color: '#FFB20F'

red 255 ◦ green 178 ◦ blue 15

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

Shades of Dark Tangerine #FFB20F

Tints of Dark Tangerine #FFB20F

RGB

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

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

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

R = 56.92%
G = 39.73%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFB20F (or 0xFFB20F) is known color: Dark Tangerine. HEX triplet: FF, B2 and 0F. RGB value is (255,178,15). Sum of RGB (Red+Green+Blue) = 255+178+15=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 15 (6.25% from 255 or 3.35% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB20F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB20F is #004DF0. Grayscale: #B7B7B7. Windows color (decimal): -19953 or 1028863. OLE color: 1028863.

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

Color convert

RGB 255 178 15 -
CMYK 0 0.30 0.94 0
HSL 40.75º 1% 0.53% -
HSV(B) 40.75º 0.94% 1% -
XYZ 57.25 53.14 7.69 -
YUV 182.44 33.51 179.75 -
System Red Green Blue C M Y K H S L
Decimal 255 178 15 0 0.30 0.94 0 40.75 1 0.53
Hex FF B2 F 0 1E 5E 0 29 64 35
Octal 377 262 17 0 36 136 0 51 144 65
Binary 11111111 10110010 1111 0 11110 1011110 0 101001 1100100 110101

Color Harmonies of #FFB20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB20F

Black with #FFB20F

Text Example


Text Example

White with #FFB20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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