Html Css Color HEX #FEB50A Selective Yellow

📋 copy color: '#FEB50A'

red 254 ◦ green 181 ◦ blue 10

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

Shades of Selective Yellow #FEB50A

Tints of Selective Yellow #FEB50A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.25%

R = 57.08%
G = 40.67%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEB50A (or 0xFEB50A) is known color: Selective Yellow. HEX triplet: FE, B5 and 0A. RGB value is (254,181,10). Sum of RGB (Red+Green+Blue) = 254+181+10=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 10 (4.30% from 255 or 2.25% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB50A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB50A is #014AF5. Grayscale: #B8B8B8. Windows color (decimal): -84726 or 701950. OLE color: 701950.

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

Color convert

RGB 254 181 10 -
CMYK 0 0.29 0.96 0.00
HSL 42.05º 0.99% 0.52% -
HSV(B) 42.05º 0.96% 1% -
XYZ 57.45 54.14 7.71 -
YUV 183.33 30.18 178.4 -
System Red Green Blue C M Y K H S L
Decimal 254 181 10 0 0.29 0.96 0.00 42.05 0.99 0.52
Hex FE B5 A 0 1D 60 0 2A 63 34
Octal 376 265 12 0 35 140 0 52 143 64
Binary 11111110 10110101 1010 0 11101 1100000 0 101010 1100011 110100

Color Harmonies of #FEB50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB50A

Black with #FEB50A

Text Example


Text Example

White with #FEB50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB50A; }

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

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

background-color css

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

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

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

border-color css

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

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

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