Html Css Color HEX #FEBA05 Selective Yellow

📋 copy color: '#FEBA05'

red 254 ◦ green 186 ◦ blue 5

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

Shades of Selective Yellow #FEBA05

Tints of Selective Yellow #FEBA05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.12%

R = 57.08%
G = 41.8%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEBA05 (or 0xFEBA05) is known color: Selective Yellow. HEX triplet: FE, BA and 05. RGB value is (254,186,5). Sum of RGB (Red+Green+Blue) = 254+186+5=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 5 (2.34% from 255 or 1.12% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBA05 is #0145FA. Grayscale: #BABABA. Windows color (decimal): -83451 or 375550. OLE color: 375550.

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

Color convert

RGB 254 186 5 -
CMYK 0 0.27 0.98 0.00
HSL 43.61º 0.99% 0.51% -
HSV(B) 43.61º 0.98% 1% -
XYZ 58.46 56.2 7.91 -
YUV 185.7 26.03 176.72 -
System Red Green Blue C M Y K H S L
Decimal 254 186 5 0 0.27 0.98 0.00 43.61 0.99 0.51
Hex FE BA 5 0 1B 62 0 2C 63 33
Octal 376 272 5 0 33 142 0 54 143 63
Binary 11111110 10111010 101 0 11011 1100010 0 101100 1100011 110011

Color Harmonies of #FEBA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBA05

Black with #FEBA05

Text Example


Text Example

White with #FEBA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBA05; }

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

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

background-color css

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

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

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

border-color css

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

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

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