Html Css Color HEX #FEB80F Selective Yellow

📋 copy color: '#FEB80F'

red 254 ◦ green 184 ◦ blue 15

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

Shades of Selective Yellow #FEB80F

Tints of Selective Yellow #FEB80F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.62%

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

R = 56.07%
G = 40.62%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEB80F (or 0xFEB80F) is known color: Selective Yellow. HEX triplet: FE, B8 and 0F. RGB value is (254,184,15). Sum of RGB (Red+Green+Blue) = 254+184+15=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 15 (6.25% from 255 or 3.31% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB80F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB80F is #0147F0. Grayscale: #BABABA. Windows color (decimal): -83953 or 1030398. OLE color: 1030398.

HSL color Cylindrical-coordinate representation of color #FEB80F: hue angle of 42.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 #FEB80F is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 184 15 -
CMYK 0 0.28 0.94 0.00
HSL 42.43º 0.99% 0.53% -
HSV(B) 42.43º 0.94% 1% -
XYZ 58.1 55.39 8.08 -
YUV 185.66 31.69 176.74 -
System Red Green Blue C M Y K H S L
Decimal 254 184 15 0 0.28 0.94 0.00 42.43 0.99 0.53
Hex FE B8 F 0 1C 5E 0 2A 63 35
Octal 376 270 17 0 34 136 0 52 143 65
Binary 11111110 10111000 1111 0 11100 1011110 0 101010 1100011 110101

Color Harmonies of #FEB80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB80F

Black with #FEB80F

Text Example


Text Example

White with #FEB80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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