Html Css Color HEX #FFB022 Dark Tangerine

📋 copy color: '#FFB022'

red 255 ◦ green 176 ◦ blue 34

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

Shades of Dark Tangerine #FFB022

Tints of Dark Tangerine #FFB022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.31%

R = 54.84%
G = 37.85%
B = 7.31%

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

#FFB022 (or 0xFFB022) is known color: Dark Tangerine. HEX triplet: FF, B0 and 22. RGB value is (255,176,34). Sum of RGB (Red+Green+Blue) = 255+176+34=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 34 (13.67% from 255 or 7.31% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB022 is #004FDD. Grayscale: #B8B8B8. Windows color (decimal): -20446 or 2273535. OLE color: 2273535.

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

Color convert

RGB 255 176 34 -
CMYK 0 0.31 0.87 0
HSL 38.55º 1% 0.57% -
HSV(B) 38.55º 0.87% 1% -
XYZ 57.05 52.43 8.63 -
YUV 183.43 43.67 179.05 -
System Red Green Blue C M Y K H S L
Decimal 255 176 34 0 0.31 0.87 0 38.55 1 0.57
Hex FF B0 22 0 1F 57 0 27 64 39
Octal 377 260 42 0 37 127 0 47 144 71
Binary 11111111 10110000 100010 0 11111 1010111 0 100111 1100100 111001

Color Harmonies of #FFB022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB022

Black with #FFB022

Text Example


Text Example

White with #FFB022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB022; }

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

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

background-color css

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

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

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

border-color css

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

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

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