Html Css Color HEX #FEFA03 Yellow

📋 copy color: '#FEFA03'

red 254 ◦ green 250 ◦ blue 3

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

Shades of Yellow #FEFA03

Tints of Yellow #FEFA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.59%

R = 50.1%
G = 49.31%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FEFA03 (or 0xFEFA03) is known color: Yellow. HEX triplet: FE, FA and 03. RGB value is (254,250,3). Sum of RGB (Red+Green+Blue) = 254+250+3=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 250 (98.05% from 255 or 49.31% from 507); Blue value is 3 (1.56% from 255 or 0.59% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA03 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFA03 is #0105FC. Grayscale: #E0E0E0. Windows color (decimal): -67069 or 260862. OLE color: 260862.

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

Color convert

RGB 254 250 3 -
CMYK 0 0.02 0.99 0.00
HSL 59.04º 0.99% 0.5% -
HSV(B) 59.04º 0.99% 1% -
XYZ 75.08 89.45 13.39 -
YUV 223.04 3.83 150.08 -
System Red Green Blue C M Y K H S L
Decimal 254 250 3 0 0.02 0.99 0.00 59.04 0.99 0.5
Hex FE FA 3 0 2 63 0 3B 63 32
Octal 376 372 3 0 2 143 0 73 143 62
Binary 11111110 11111010 11 0 10 1100011 0 111011 1100011 110010

Color Harmonies of #FEFA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFA03

Black with #FEFA03

Text Example


Text Example

White with #FEFA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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