Html Css Color HEX #FFB408 Selective Yellow

📋 copy color: '#FFB408'

red 255 ◦ green 180 ◦ blue 8

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

Shades of Selective Yellow #FFB408

Tints of Selective Yellow #FFB408

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.63%

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

R = 57.56%
G = 40.63%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FFB408 (or 0xFFB408) is known color: Selective Yellow. HEX triplet: FF, B4 and 08. RGB value is (255,180,8). Sum of RGB (Red+Green+Blue) = 255+180+8=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 8 (3.52% from 255 or 1.81% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB408 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB408 is #004BF7. Grayscale: #B7B7B7. Windows color (decimal): -19448 or 570623. OLE color: 570623.

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

Color convert

RGB 255 180 8 -
CMYK 0 0.29 0.97 0
HSL 41.78º 1% 0.52% -
HSV(B) 41.78º 0.97% 1% -
XYZ 57.61 53.92 7.6 -
YUV 182.82 29.35 179.49 -
System Red Green Blue C M Y K H S L
Decimal 255 180 8 0 0.29 0.97 0 41.78 1 0.52
Hex FF B4 8 0 1D 61 0 2A 64 34
Octal 377 264 10 0 35 141 0 52 144 64
Binary 11111111 10110100 1000 0 11101 1100001 0 101010 1100100 110100

Color Harmonies of #FFB408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB408

Black with #FFB408

Text Example


Text Example

White with #FFB408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB408; }

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

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

background-color css

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

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

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

border-color css

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

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

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