Html Css Color HEX #FFB506 Selective Yellow

📋 copy color: '#FFB506'

red 255 ◦ green 181 ◦ blue 6

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

Shades of Selective Yellow #FFB506

Tints of Selective Yellow #FFB506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.36%

R = 57.69%
G = 40.95%
B = 1.36%

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

#FFB506 (or 0xFFB506) is known color: Selective Yellow. HEX triplet: FF, B5 and 06. RGB value is (255,181,6). Sum of RGB (Red+Green+Blue) = 255+181+6=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 6 (2.73% from 255 or 1.36% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB506 is #004AF9. Grayscale: #B7B7B7. Windows color (decimal): -19194 or 439807. OLE color: 439807.

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

Color convert

RGB 255 181 6 -
CMYK 0 0.29 0.98 0
HSL 42.17º 1% 0.51% -
HSV(B) 42.17º 0.98% 1% -
XYZ 57.8 54.32 7.61 -
YUV 183.18 28.02 179.23 -
System Red Green Blue C M Y K H S L
Decimal 255 181 6 0 0.29 0.98 0 42.17 1 0.51
Hex FF B5 6 0 1D 62 0 2A 64 33
Octal 377 265 6 0 35 142 0 52 144 63
Binary 11111111 10110101 110 0 11101 1100010 0 101010 1100100 110011

Color Harmonies of #FFB506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB506

Black with #FFB506

Text Example


Text Example

White with #FFB506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB506; }

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

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

background-color css

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

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

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

border-color css

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

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

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