Html Css Color HEX #FDFA0A Yellow

📋 copy color: '#FDFA0A'

red 253 ◦ green 250 ◦ blue 10

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

Shades of Yellow #FDFA0A

Tints of Yellow #FDFA0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 1.95%

R = 49.32%
G = 48.73%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDFA0A (or 0xFDFA0A) is known color: Yellow. HEX triplet: FD, FA and 0A. RGB value is (253,250,10). Sum of RGB (Red+Green+Blue) = 253+250+10=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 10 (4.30% from 255 or 1.95% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFA0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFA0A is #0205F5. Grayscale: #E0E0E0. Windows color (decimal): -132598 or 719613. OLE color: 719613.

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

Color convert

RGB 253 250 10 -
CMYK 0 0.01 0.96 0.01
HSL 59.26º 0.98% 0.52% -
HSV(B) 59.26º 0.96% 0.99% -
XYZ 74.75 89.28 13.58 -
YUV 223.54 7.49 149.01 -
System Red Green Blue C M Y K H S L
Decimal 253 250 10 0 0.01 0.96 0.01 59.26 0.98 0.52
Hex FD FA A 0 1 60 1 3B 62 34
Octal 375 372 12 0 1 140 1 73 142 64
Binary 11111101 11111010 1010 0 1 1100000 1 111011 1100010 110100

Color Harmonies of #FDFA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFA0A

Black with #FDFA0A

Text Example


Text Example

White with #FDFA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFA0A; }

 p { color: rgb(253,250,10); }

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

background-color css

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

 a { background-color: rgb(253,250,10); }

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

border-color css

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

 span { border-color: rgb(253,250,10); }

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