Html Css Color HEX #FEBA0F Selective Yellow

📋 copy color: '#FEBA0F'

red 254 ◦ green 186 ◦ blue 15

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

Shades of Selective Yellow #FEBA0F

Tints of Selective Yellow #FEBA0F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.88%

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

R = 55.82%
G = 40.88%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEBA0F (or 0xFEBA0F) is known color: Selective Yellow. HEX triplet: FE, BA and 0F. RGB value is (254,186,15). Sum of RGB (Red+Green+Blue) = 254+186+15=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 15 (6.25% from 255 or 3.30% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBA0F is #0145F0. Grayscale: #BBBBBB. Windows color (decimal): -83441 or 1030910. OLE color: 1030910.

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

Color convert

RGB 254 186 15 -
CMYK 0 0.27 0.94 0.00
HSL 42.93º 0.99% 0.53% -
HSV(B) 42.93º 0.94% 1% -
XYZ 58.52 56.22 8.22 -
YUV 186.84 31.03 175.9 -
System Red Green Blue C M Y K H S L
Decimal 254 186 15 0 0.27 0.94 0.00 42.93 0.99 0.53
Hex FE BA F 0 1B 5E 0 2B 63 35
Octal 376 272 17 0 33 136 0 53 143 65
Binary 11111110 10111010 1111 0 11011 1011110 0 101011 1100011 110101

Color Harmonies of #FEBA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBA0F

Black with #FEBA0F

Text Example


Text Example

White with #FEBA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBA0F; }

 p { color: rgb(254,186,15); }

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

background-color css

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

 a { background-color: rgb(254,186,15); }

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

border-color css

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

 span { border-color: rgb(254,186,15); }

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