Html Css Color HEX #FEBB14 Selective Yellow

📋 copy color: '#FEBB14'

red 254 ◦ green 187 ◦ blue 20

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

Shades of Selective Yellow #FEBB14

Tints of Selective Yellow #FEBB14

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.56%

 BLUE value IS 20 (8.2% from 255) = 4.34%

R = 55.1%
G = 40.56%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FEBB14 (or 0xFEBB14) is known color: Selective Yellow. HEX triplet: FE, BB and 14. RGB value is (254,187,20). Sum of RGB (Red+Green+Blue) = 254+187+20=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 20 (8.20% from 255 or 4.34% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBB14 is #0144EB. Grayscale: #BCBCBC. Windows color (decimal): -83180 or 1358846. OLE color: 1358846.

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

Color convert

RGB 254 187 20 -
CMYK 0 0.26 0.92 0.00
HSL 42.82º 0.99% 0.54% -
HSV(B) 42.82º 0.92% 1% -
XYZ 58.77 56.66 8.5 -
YUV 188 33.2 175.08 -
System Red Green Blue C M Y K H S L
Decimal 254 187 20 0 0.26 0.92 0.00 42.82 0.99 0.54
Hex FE BB 14 0 1A 5C 0 2B 63 36
Octal 376 273 24 0 32 134 0 53 143 66
Binary 11111110 10111011 10100 0 11010 1011100 0 101011 1100011 110110

Color Harmonies of #FEBB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBB14

Black with #FEBB14

Text Example


Text Example

White with #FEBB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBB14; }

 p { color: rgb(254,187,20); }

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

background-color css

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

 a { background-color: rgb(254,187,20); }

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

border-color css

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

 span { border-color: rgb(254,187,20); }

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