Html Css Color HEX #FEBC0F Selective Yellow

📋 copy color: '#FEBC0F'

red 254 ◦ green 188 ◦ blue 15

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

Shades of Selective Yellow #FEBC0F

Tints of Selective Yellow #FEBC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.28%

R = 55.58%
G = 41.14%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEBC0F (or 0xFEBC0F) is known color: Selective Yellow. HEX triplet: FE, BC and 0F. RGB value is (254,188,15). Sum of RGB (Red+Green+Blue) = 254+188+15=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 15 (6.25% from 255 or 3.28% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBC0F is #0143F0. Grayscale: #BCBCBC. Windows color (decimal): -82929 or 1031422. OLE color: 1031422.

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

Color convert

RGB 254 188 15 -
CMYK 0 0.26 0.94 0.00
HSL 43.43º 0.99% 0.53% -
HSV(B) 43.43º 0.94% 1% -
XYZ 58.94 57.07 8.36 -
YUV 188.01 30.37 175.07 -
System Red Green Blue C M Y K H S L
Decimal 254 188 15 0 0.26 0.94 0.00 43.43 0.99 0.53
Hex FE BC F 0 1A 5E 0 2B 63 35
Octal 376 274 17 0 32 136 0 53 143 65
Binary 11111110 10111100 1111 0 11010 1011110 0 101011 1100011 110101

Color Harmonies of #FEBC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBC0F

Black with #FEBC0F

Text Example


Text Example

White with #FEBC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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