Html Css Color HEX #FDF70C Yellow

📋 copy color: '#FDF70C'

red 253 ◦ green 247 ◦ blue 12

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

Shades of Yellow #FDF70C

Tints of Yellow #FDF70C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.24%

 BLUE value IS 12 (5.08% from 255) = 2.34%

R = 49.41%
G = 48.24%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDF70C (or 0xFDF70C) is known color: Yellow. HEX triplet: FD, F7 and 0C. RGB value is (253,247,12). Sum of RGB (Red+Green+Blue) = 253+247+12=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 247 (96.88% from 255 or 48.24% from 512); Blue value is 12 (5.08% from 255 or 2.34% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF70C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF70C is #0208F3. Grayscale: #DEDEDE. Windows color (decimal): -133364 or 849917. OLE color: 849917.

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

Color convert

RGB 253 247 12 -
CMYK 0 0.02 0.95 0.01
HSL 58.51º 0.98% 0.52% -
HSV(B) 58.51º 0.95% 0.99% -
XYZ 73.84 87.43 13.33 -
YUV 222 9.49 150.11 -
System Red Green Blue C M Y K H S L
Decimal 253 247 12 0 0.02 0.95 0.01 58.51 0.98 0.52
Hex FD F7 C 0 2 5F 1 3B 62 34
Octal 375 367 14 0 2 137 1 73 142 64
Binary 11111101 11110111 1100 0 10 1011111 1 111011 1100010 110100

Color Harmonies of #FDF70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF70C

Black with #FDF70C

Text Example


Text Example

White with #FDF70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF70C; }

 p { color: rgb(253,247,12); }

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

background-color css

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

 a { background-color: rgb(253,247,12); }

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

border-color css

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

 span { border-color: rgb(253,247,12); }

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