Html Css Color HEX #FEB912 Selective Yellow

📋 copy color: '#FEB912'

red 254 ◦ green 185 ◦ blue 18

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

Shades of Selective Yellow #FEB912

Tints of Selective Yellow #FEB912

RGB

 RED value IS 254 (99.61% from 255) = 55.58%

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

 BLUE value IS 18 (7.42% from 255) = 3.94%

R = 55.58%
G = 40.48%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEB912 (or 0xFEB912) is known color: Selective Yellow. HEX triplet: FE, B9 and 12. RGB value is (254,185,18). Sum of RGB (Red+Green+Blue) = 254+185+18=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 18 (7.42% from 255 or 3.94% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB912 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB912 is #0146ED. Grayscale: #BBBBBB. Windows color (decimal): -83694 or 1227262. OLE color: 1227262.

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

Color convert

RGB 254 185 18 -
CMYK 0 0.27 0.93 0.00
HSL 42.46º 0.99% 0.53% -
HSV(B) 42.46º 0.93% 1% -
XYZ 58.33 55.81 8.27 -
YUV 186.59 32.86 176.08 -
System Red Green Blue C M Y K H S L
Decimal 254 185 18 0 0.27 0.93 0.00 42.46 0.99 0.53
Hex FE B9 12 0 1B 5D 0 2A 63 35
Octal 376 271 22 0 33 135 0 52 143 65
Binary 11111110 10111001 10010 0 11011 1011101 0 101010 1100011 110101

Color Harmonies of #FEB912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB912

Black with #FEB912

Text Example


Text Example

White with #FEB912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB912; }

 p { color: rgb(254,185,18); }

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

background-color css

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

 a { background-color: rgb(254,185,18); }

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

border-color css

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

 span { border-color: rgb(254,185,18); }

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