Html Css Color HEX #FDFE12 Yellow

📋 copy color: '#FDFE12'

red 253 ◦ green 254 ◦ blue 18

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

Shades of Yellow #FDFE12

Tints of Yellow #FDFE12

RGB

 RED value IS 253 (99.22% from 255) = 48.19%

 GREEN value IS 254 (99.61% from 255) = 48.38%

 BLUE value IS 18 (7.42% from 255) = 3.43%

R = 48.19%
G = 48.38%
B = 3.43%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FDFE12 (or 0xFDFE12) is known color: Yellow. HEX triplet: FD, FE and 12. RGB value is (253,254,18). Sum of RGB (Red+Green+Blue) = 253+254+18=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 18 (7.42% from 255 or 3.43% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFE12 is #0201ED. Grayscale: #E3E3E3. Windows color (decimal): -131566 or 1244925. OLE color: 1244925.

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

Color convert

RGB 253 254 18 -
CMYK 0.00 0 0.93 0.00
HSL 60.25º 0.99% 0.53% -
HSV(B) 60.25º 0.93% 1% -
XYZ 76.06 91.81 14.28 -
YUV 226.8 10.17 146.69 -
System Red Green Blue C M Y K H S L
Decimal 253 254 18 0.00 0 0.93 0.00 60.25 0.99 0.53
Hex FD FE 12 0 0 5D 0 3C 63 35
Octal 375 376 22 0 0 135 0 74 143 65
Binary 11111101 11111110 10010 0 0 1011101 0 111100 1100011 110101

Color Harmonies of #FDFE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFE12

Black with #FDFE12

Text Example


Text Example

White with #FDFE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFE12; }

 p { color: rgb(253,254,18); }

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

background-color css

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

 a { background-color: rgb(253,254,18); }

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

border-color css

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

 span { border-color: rgb(253,254,18); }

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