Html Css Color HEX #FFB005 Selective Yellow

📋 copy color: '#FFB005'

red 255 ◦ green 176 ◦ blue 5

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

Shades of Selective Yellow #FFB005

Tints of Selective Yellow #FFB005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.15%

R = 58.49%
G = 40.37%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFB005 (or 0xFFB005) is known color: Selective Yellow. HEX triplet: FF, B0 and 05. RGB value is (255,176,5). Sum of RGB (Red+Green+Blue) = 255+176+5=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 5 (2.34% from 255 or 1.15% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB005 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB005 is #004FFA. Grayscale: #B4B4B4. Windows color (decimal): -20475 or 372991. OLE color: 372991.

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

Color convert

RGB 255 176 5 -
CMYK 0 0.31 0.98 0
HSL 41.04º 1% 0.51% -
HSV(B) 41.04º 0.98% 1% -
XYZ 56.79 52.32 7.25 -
YUV 180.13 29.17 181.4 -
System Red Green Blue C M Y K H S L
Decimal 255 176 5 0 0.31 0.98 0 41.04 1 0.51
Hex FF B0 5 0 1F 62 0 29 64 33
Octal 377 260 5 0 37 142 0 51 144 63
Binary 11111111 10110000 101 0 11111 1100010 0 101001 1100100 110011

Color Harmonies of #FFB005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB005

Black with #FFB005

Text Example


Text Example

White with #FFB005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB005; }

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

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

background-color css

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

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

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

border-color css

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

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

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