Html Css Color HEX #FFB300 Selective Yellow

📋 copy color: '#FFB300'

red 255 ◦ green 179 ◦ blue 0

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

Shades of Selective Yellow #FFB300

Tints of Selective Yellow #FFB300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.76%
G = 41.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FFB300 (or 0xFFB300) is known color: Selective Yellow. HEX triplet: FF, B3 and 00. RGB value is (255,179,0). Sum of RGB (Red+Green+Blue) = 255+179+0=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 0 (0.39% from 255 or 0% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB300 is #004CFF. Grayscale: #B6B6B6. Windows color (decimal): -19712 or 46079. OLE color: 46079.

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

Color convert

RGB 255 179 0 -
CMYK 0 0.30 1 0
HSL 42.12º 1% 0.5% -
HSV(B) 42.12º 1% 1% -
XYZ 57.36 53.5 7.3 -
YUV 181.32 25.68 180.55 -
System Red Green Blue C M Y K H S L
Decimal 255 179 0 0 0.30 1 0 42.12 1 0.5
Hex FF B3 0 0 1E 64 0 2A 64 32
Octal 377 263 0 0 36 144 0 52 144 62
Binary 11111111 10110011 0 0 11110 1100100 0 101010 1100100 110010

Color Harmonies of #FFB300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB300

Black with #FFB300

Text Example


Text Example

White with #FFB300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB300; }

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

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

background-color css

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

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

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

border-color css

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

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

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