Html Css Color HEX #FFB400 Selective Yellow

📋 copy color: '#FFB400'

red 255 ◦ green 180 ◦ blue 0

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

Shades of Selective Yellow #FFB400

Tints of Selective Yellow #FFB400

RGB

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

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

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

R = 58.62%
G = 41.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FFB400 (or 0xFFB400) is known color: Selective Yellow. HEX triplet: FF, B4 and 00. RGB value is (255,180,0). Sum of RGB (Red+Green+Blue) = 255+180+0=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB400 is #004BFF. Grayscale: #B6B6B6. Windows color (decimal): -19456 or 46335. OLE color: 46335.

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

Color convert

RGB 255 180 0 -
CMYK 0 0.29 1 0
HSL 42.35º 1% 0.5% -
HSV(B) 42.35º 1% 1% -
XYZ 57.56 53.9 7.37 -
YUV 181.91 25.35 180.14 -
System Red Green Blue C M Y K H S L
Decimal 255 180 0 0 0.29 1 0 42.35 1 0.5
Hex FF B4 0 0 1D 64 0 2A 64 32
Octal 377 264 0 0 35 144 0 52 144 62
Binary 11111111 10110100 0 0 11101 1100100 0 101010 1100100 110010

Color Harmonies of #FFB400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB400

Black with #FFB400

Text Example


Text Example

White with #FFB400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB400; }

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

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

background-color css

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

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

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

border-color css

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

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

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