Html Css Color HEX #FFB90E Selective Yellow

📋 copy color: '#FFB90E'

red 255 ◦ green 185 ◦ blue 14

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

Shades of Selective Yellow #FFB90E

Tints of Selective Yellow #FFB90E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.08%

R = 56.17%
G = 40.75%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFB90E (or 0xFFB90E) is known color: Selective Yellow. HEX triplet: FF, B9 and 0E. RGB value is (255,185,14). Sum of RGB (Red+Green+Blue) = 255+185+14=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 14 (5.86% from 255 or 3.08% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB90E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB90E is #0046F1. Grayscale: #BBBBBB. Windows color (decimal): -18162 or 965119. OLE color: 965119.

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

Color convert

RGB 255 185 14 -
CMYK 0 0.27 0.95 0
HSL 42.57º 1% 0.53% -
HSV(B) 42.57º 0.95% 1% -
XYZ 58.67 55.99 8.13 -
YUV 186.44 30.69 176.9 -
System Red Green Blue C M Y K H S L
Decimal 255 185 14 0 0.27 0.95 0 42.57 1 0.53
Hex FF B9 E 0 1B 5F 0 2B 64 35
Octal 377 271 16 0 33 137 0 53 144 65
Binary 11111111 10111001 1110 0 11011 1011111 0 101011 1100100 110101

Color Harmonies of #FFB90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB90E

Black with #FFB90E

Text Example


Text Example

White with #FFB90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB90E; }

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

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

background-color css

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

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

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

border-color css

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

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

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