Html Css Color HEX #FFB308 Selective Yellow

📋 copy color: '#FFB308'

red 255 ◦ green 179 ◦ blue 8

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

Shades of Selective Yellow #FFB308

Tints of Selective Yellow #FFB308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.81%

R = 57.69%
G = 40.5%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FFB308 (or 0xFFB308) is known color: Selective Yellow. HEX triplet: FF, B3 and 08. RGB value is (255,179,8). Sum of RGB (Red+Green+Blue) = 255+179+8=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 8 (3.52% from 255 or 1.81% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB308 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB308 is #004CF7. Grayscale: #B6B6B6. Windows color (decimal): -19704 or 570367. OLE color: 570367.

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

Color convert

RGB 255 179 8 -
CMYK 0 0.30 0.97 0
HSL 41.54º 1% 0.52% -
HSV(B) 41.54º 0.97% 1% -
XYZ 57.4 53.52 7.53 -
YUV 182.23 29.68 179.9 -
System Red Green Blue C M Y K H S L
Decimal 255 179 8 0 0.30 0.97 0 41.54 1 0.52
Hex FF B3 8 0 1E 61 0 2A 64 34
Octal 377 263 10 0 36 141 0 52 144 64
Binary 11111111 10110011 1000 0 11110 1100001 0 101010 1100100 110100

Color Harmonies of #FFB308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB308

Black with #FFB308

Text Example


Text Example

White with #FFB308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB308; }

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

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

background-color css

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

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

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

border-color css

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

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

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