Html Css Color HEX #FEFA0B Yellow

📋 copy color: '#FEFA0B'

red 254 ◦ green 250 ◦ blue 11

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

Shades of Yellow #FEFA0B

Tints of Yellow #FEFA0B

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.54%

 BLUE value IS 11 (4.69% from 255) = 2.14%

R = 49.32%
G = 48.54%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEFA0B (or 0xFEFA0B) is known color: Yellow. HEX triplet: FE, FA and 0B. RGB value is (254,250,11). Sum of RGB (Red+Green+Blue) = 254+250+11=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 11 (4.69% from 255 or 2.14% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFA0B is #0105F4. Grayscale: #E0E0E0. Windows color (decimal): -67061 or 785150. OLE color: 785150.

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

Color convert

RGB 254 250 11 -
CMYK 0 0.02 0.96 0.00
HSL 59.01º 0.99% 0.52% -
HSV(B) 59.01º 0.96% 1% -
XYZ 75.12 89.47 13.63 -
YUV 223.95 7.83 149.43 -
System Red Green Blue C M Y K H S L
Decimal 254 250 11 0 0.02 0.96 0.00 59.01 0.99 0.52
Hex FE FA B 0 2 60 0 3B 63 34
Octal 376 372 13 0 2 140 0 73 143 64
Binary 11111110 11111010 1011 0 10 1100000 0 111011 1100011 110100

Color Harmonies of #FEFA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFA0B

Black with #FEFA0B

Text Example


Text Example

White with #FEFA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFA0B; }

 p { color: rgb(254,250,11); }

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

background-color css

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

 a { background-color: rgb(254,250,11); }

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

border-color css

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

 span { border-color: rgb(254,250,11); }

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