Html Css Color HEX #FEFB0E Yellow

📋 copy color: '#FEFB0E'

red 254 ◦ green 251 ◦ blue 14

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

Shades of Yellow #FEFB0E

Tints of Yellow #FEFB0E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.36%

 BLUE value IS 14 (5.86% from 255) = 2.7%

R = 48.94%
G = 48.36%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEFB0E (or 0xFEFB0E) is known color: Yellow. HEX triplet: FE, FB and 0E. RGB value is (254,251,14). Sum of RGB (Red+Green+Blue) = 254+251+14=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 251 (98.44% from 255 or 48.36% from 519); Blue value is 14 (5.86% from 255 or 2.70% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFB0E is #0104F1. Grayscale: #E1E1E1. Windows color (decimal): -66802 or 982014. OLE color: 982014.

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

Color convert

RGB 254 251 14 -
CMYK 0 0.01 0.94 0.00
HSL 59.25º 0.99% 0.53% -
HSV(B) 59.25º 0.94% 1% -
XYZ 75.45 90.1 13.83 -
YUV 224.88 8.99 148.77 -
System Red Green Blue C M Y K H S L
Decimal 254 251 14 0 0.01 0.94 0.00 59.25 0.99 0.53
Hex FE FB E 0 1 5E 0 3B 63 35
Octal 376 373 16 0 1 136 0 73 143 65
Binary 11111110 11111011 1110 0 1 1011110 0 111011 1100011 110101

Color Harmonies of #FEFB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFB0E

Black with #FEFB0E

Text Example


Text Example

White with #FEFB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFB0E; }

 p { color: rgb(254,251,14); }

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

background-color css

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

 a { background-color: rgb(254,251,14); }

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

border-color css

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

 span { border-color: rgb(254,251,14); }

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