Html Css Color HEX #FFB900 Selective Yellow

📋 copy color: '#FFB900'

red 255 ◦ green 185 ◦ blue 0

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

Shades of Selective Yellow #FFB900

Tints of Selective Yellow #FFB900

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.05%

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

R = 57.95%
G = 42.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FFB900 (or 0xFFB900) is known color: Selective Yellow. HEX triplet: FF, B9 and 00. RGB value is (255,185,0). Sum of RGB (Red+Green+Blue) = 255+185+0=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 0 (0.39% from 255 or 0% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB900 is #0046FF. Grayscale: #B9B9B9. Windows color (decimal): -18176 or 47615. OLE color: 47615.

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

Color convert

RGB 255 185 0 -
CMYK 0 0.27 1 0
HSL 43.53º 1% 0.5% -
HSV(B) 43.53º 1% 1% -
XYZ 58.59 55.96 7.71 -
YUV 184.84 23.69 178.04 -
System Red Green Blue C M Y K H S L
Decimal 255 185 0 0 0.27 1 0 43.53 1 0.5
Hex FF B9 0 0 1B 64 0 2C 64 32
Octal 377 271 0 0 33 144 0 54 144 62
Binary 11111111 10111001 0 0 11011 1100100 0 101100 1100100 110010

Color Harmonies of #FFB900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB900

Black with #FFB900

Text Example


Text Example

White with #FFB900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB900; }

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

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

background-color css

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

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

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

border-color css

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

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

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