Html Css Color HEX #FEBA04 Selective Yellow

📋 copy color: '#FEBA04'

red 254 ◦ green 186 ◦ blue 4

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

Shades of Selective Yellow #FEBA04

Tints of Selective Yellow #FEBA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.9%

R = 57.21%
G = 41.89%
B = 0.9%

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

#FEBA04 (or 0xFEBA04) is known color: Selective Yellow. HEX triplet: FE, BA and 04. RGB value is (254,186,4). Sum of RGB (Red+Green+Blue) = 254+186+4=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 4 (1.95% from 255 or 0.90% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBA04 is #0145FB. Grayscale: #BABABA. Windows color (decimal): -83452 or 310014. OLE color: 310014.

HSL color Cylindrical-coordinate representation of color #FEBA04: hue angle of 43.68º 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 #FEBA04 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 186 4 -
CMYK 0 0.27 0.98 0.00
HSL 43.68º 0.99% 0.51% -
HSV(B) 43.68º 0.98% 1% -
XYZ 58.45 56.2 7.88 -
YUV 185.58 25.53 176.8 -
System Red Green Blue C M Y K H S L
Decimal 254 186 4 0 0.27 0.98 0.00 43.68 0.99 0.51
Hex FE BA 4 0 1B 62 0 2C 63 33
Octal 376 272 4 0 33 142 0 54 143 63
Binary 11111110 10111010 100 0 11011 1100010 0 101100 1100011 110011

Color Harmonies of #FEBA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBA04

Black with #FEBA04

Text Example


Text Example

White with #FEBA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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