Html Css Color HEX #FFB90F Selective Yellow

📋 copy color: '#FFB90F'

red 255 ◦ green 185 ◦ blue 15

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

Shades of Selective Yellow #FFB90F

Tints of Selective Yellow #FFB90F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.3%

R = 56.04%
G = 40.66%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFB90F (or 0xFFB90F) is known color: Selective Yellow. HEX triplet: FF, B9 and 0F. RGB value is (255,185,15). Sum of RGB (Red+Green+Blue) = 255+185+15=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 15 (6.25% from 255 or 3.30% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB90F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB90F is #0046F0. Grayscale: #BBBBBB. Windows color (decimal): -18161 or 1030655. OLE color: 1030655.

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

Color convert

RGB 255 185 15 -
CMYK 0 0.27 0.94 0
HSL 42.5º 1% 0.53% -
HSV(B) 42.5º 0.94% 1% -
XYZ 58.68 55.99 8.17 -
YUV 186.55 31.19 176.82 -
System Red Green Blue C M Y K H S L
Decimal 255 185 15 0 0.27 0.94 0 42.5 1 0.53
Hex FF B9 F 0 1B 5E 0 2A 64 35
Octal 377 271 17 0 33 136 0 52 144 65
Binary 11111111 10111001 1111 0 11011 1011110 0 101010 1100100 110101

Color Harmonies of #FFB90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB90F

Black with #FFB90F

Text Example


Text Example

White with #FFB90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB90F; }

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

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

background-color css

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

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

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

border-color css

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

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

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