Html Css Color HEX #FEBC00 Selective Yellow

📋 copy color: '#FEBC00'

red 254 ◦ green 188 ◦ blue 0

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

Shades of Selective Yellow #FEBC00

Tints of Selective Yellow #FEBC00

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.53%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.47%
G = 42.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FEBC00 (or 0xFEBC00) is known color: Selective Yellow. HEX triplet: FE, BC and 00. RGB value is (254,188,0). Sum of RGB (Red+Green+Blue) = 254+188+0=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 0 (0.39% from 255 or 0% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBC00 is #0143FF. Grayscale: #BBBBBB. Windows color (decimal): -82944 or 48382. OLE color: 48382.

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

Color convert

RGB 254 188 0 -
CMYK 0 0.26 1 0.00
HSL 44.41º 1% 0.5% -
HSV(B) 44.41º 1% 1% -
XYZ 58.86 57.04 7.91 -
YUV 186.3 22.87 176.29 -
System Red Green Blue C M Y K H S L
Decimal 254 188 0 0 0.26 1 0.00 44.41 1 0.5
Hex FE BC 0 0 1A 64 0 2C 64 32
Octal 376 274 0 0 32 144 0 54 144 62
Binary 11111110 10111100 0 0 11010 1100100 0 101100 1100100 110010

Color Harmonies of #FEBC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBC00

Black with #FEBC00

Text Example


Text Example

White with #FEBC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBC00; }

 p { color: rgb(254,188,0); }

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

background-color css

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

 a { background-color: rgb(254,188,0); }

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

border-color css

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

 span { border-color: rgb(254,188,0); }

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