Html Css Color HEX #FEFA02 Yellow

📋 copy color: '#FEFA02'

red 254 ◦ green 250 ◦ blue 2

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

Shades of Yellow #FEFA02

Tints of Yellow #FEFA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.4%

R = 50.2%
G = 49.41%
B = 0.4%

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

#FEFA02 (or 0xFEFA02) is known color: Yellow. HEX triplet: FE, FA and 02. RGB value is (254,250,2). Sum of RGB (Red+Green+Blue) = 254+250+2=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 2 (1.17% from 255 or 0.40% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFA02 is #0105FD. Grayscale: #DFDFDF. Windows color (decimal): -67070 or 195326. OLE color: 195326.

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

Color convert

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

Color Harmonies of #FEFA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFA02

Black with #FEFA02

Text Example


Text Example

White with #FEFA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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