Html Css Color HEX #FEB505 Selective Yellow

📋 copy color: '#FEB505'

red 254 ◦ green 181 ◦ blue 5

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

Shades of Selective Yellow #FEB505

Tints of Selective Yellow #FEB505

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.14%

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

R = 57.73%
G = 41.14%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEB505 (or 0xFEB505) is known color: Selective Yellow. HEX triplet: FE, B5 and 05. RGB value is (254,181,5). Sum of RGB (Red+Green+Blue) = 254+181+5=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 5 (2.34% from 255 or 1.14% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB505 is #014AFA. Grayscale: #B7B7B7. Windows color (decimal): -84731 or 374270. OLE color: 374270.

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

Color convert

RGB 254 181 5 -
CMYK 0 0.29 0.98 0.00
HSL 42.41º 0.99% 0.51% -
HSV(B) 42.41º 0.98% 1% -
XYZ 57.42 54.13 7.57 -
YUV 182.76 27.68 178.81 -
System Red Green Blue C M Y K H S L
Decimal 254 181 5 0 0.29 0.98 0.00 42.41 0.99 0.51
Hex FE B5 5 0 1D 62 0 2A 63 33
Octal 376 265 5 0 35 142 0 52 143 63
Binary 11111110 10110101 101 0 11101 1100010 0 101010 1100011 110011

Color Harmonies of #FEB505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB505

Black with #FEB505

Text Example


Text Example

White with #FEB505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB505; }

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

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

background-color css

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

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

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

border-color css

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

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

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