Html Css Color HEX #FEB205 Selective Yellow

📋 copy color: '#FEB205'

red 254 ◦ green 178 ◦ blue 5

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

Shades of Selective Yellow #FEB205

Tints of Selective Yellow #FEB205

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.73%

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

R = 58.12%
G = 40.73%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEB205 (or 0xFEB205) is known color: Selective Yellow. HEX triplet: FE, B2 and 05. RGB value is (254,178,5). Sum of RGB (Red+Green+Blue) = 254+178+5=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 5 (2.34% from 255 or 1.14% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB205 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEB205 is #014DFA. Grayscale: #B5B5B5. Windows color (decimal): -85499 or 373502. OLE color: 373502.

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

Color convert

RGB 254 178 5 -
CMYK 0 0.30 0.98 0.00
HSL 41.69º 0.99% 0.51% -
HSV(B) 41.69º 0.98% 1% -
XYZ 56.82 52.92 7.36 -
YUV 181 28.68 180.07 -
System Red Green Blue C M Y K H S L
Decimal 254 178 5 0 0.30 0.98 0.00 41.69 0.99 0.51
Hex FE B2 5 0 1E 62 0 2A 63 33
Octal 376 262 5 0 36 142 0 52 143 63
Binary 11111110 10110010 101 0 11110 1100010 0 101010 1100011 110011

Color Harmonies of #FEB205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB205

Black with #FEB205

Text Example


Text Example

White with #FEB205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB205; }

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

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

background-color css

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

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

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

border-color css

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

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

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