Html Css Color HEX #FFB305 Selective Yellow

📋 copy color: '#FFB305'

red 255 ◦ green 179 ◦ blue 5

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

Shades of Selective Yellow #FFB305

Tints of Selective Yellow #FFB305

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.77%

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

R = 58.09%
G = 40.77%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFB305 (or 0xFFB305) is known color: Selective Yellow. HEX triplet: FF, B3 and 05. RGB value is (255,179,5). Sum of RGB (Red+Green+Blue) = 255+179+5=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 5 (2.34% from 255 or 1.14% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB305 is #004CFA. Grayscale: #B6B6B6. Windows color (decimal): -19707 or 373759. OLE color: 373759.

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

Color convert

RGB 255 179 5 -
CMYK 0 0.30 0.98 0
HSL 41.76º 1% 0.51% -
HSV(B) 41.76º 0.98% 1% -
XYZ 57.39 53.51 7.45 -
YUV 181.89 28.18 180.15 -
System Red Green Blue C M Y K H S L
Decimal 255 179 5 0 0.30 0.98 0 41.76 1 0.51
Hex FF B3 5 0 1E 62 0 2A 64 33
Octal 377 263 5 0 36 142 0 52 144 63
Binary 11111111 10110011 101 0 11110 1100010 0 101010 1100100 110011

Color Harmonies of #FFB305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB305

Black with #FFB305

Text Example


Text Example

White with #FFB305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB305; }

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

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

background-color css

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

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

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

border-color css

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

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

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