Html Css Color HEX #FFB505 Selective Yellow

📋 copy color: '#FFB505'

red 255 ◦ green 181 ◦ blue 5

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

Shades of Selective Yellow #FFB505

Tints of Selective Yellow #FFB505

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.04%

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

R = 57.82%
G = 41.04%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFB505 (or 0xFFB505) is known color: Selective Yellow. HEX triplet: FF, B5 and 05. RGB value is (255,181,5). Sum of RGB (Red+Green+Blue) = 255+181+5=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 5 (2.34% from 255 or 1.13% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB505 is #004AFA. Grayscale: #B7B7B7. Windows color (decimal): -19195 or 374271. OLE color: 374271.

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

Color convert

RGB 255 181 5 -
CMYK 0 0.29 0.98 0
HSL 42.24º 1% 0.51% -
HSV(B) 42.24º 0.98% 1% -
XYZ 57.79 54.32 7.58 -
YUV 183.06 27.52 179.31 -
System Red Green Blue C M Y K H S L
Decimal 255 181 5 0 0.29 0.98 0 42.24 1 0.51
Hex FF B5 5 0 1D 62 0 2A 64 33
Octal 377 265 5 0 35 142 0 52 144 63
Binary 11111111 10110101 101 0 11101 1100010 0 101010 1100100 110011

Color Harmonies of #FFB505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB505

Black with #FFB505

Text Example


Text Example

White with #FFB505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB505; }

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

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

background-color css

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

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

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

border-color css

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

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

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