Html Css Color HEX #FDFA0D Yellow

📋 copy color: '#FDFA0D'

red 253 ◦ green 250 ◦ blue 13

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

Shades of Yellow #FDFA0D

Tints of Yellow #FDFA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.52%

R = 49.03%
G = 48.45%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDFA0D (or 0xFDFA0D) is known color: Yellow. HEX triplet: FD, FA and 0D. RGB value is (253,250,13). Sum of RGB (Red+Green+Blue) = 253+250+13=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 13 (5.47% from 255 or 2.52% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFA0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFA0D is #0205F2. Grayscale: #E0E0E0. Windows color (decimal): -132595 or 916221. OLE color: 916221.

HSL color Cylindrical-coordinate representation of color #FDFA0D: hue angle of 59.25º 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 #FDFA0D is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 250 13 -
CMYK 0 0.01 0.95 0.01
HSL 59.25º 0.98% 0.52% -
HSV(B) 59.25º 0.95% 0.99% -
XYZ 74.77 89.28 13.67 -
YUV 223.88 8.99 148.77 -
System Red Green Blue C M Y K H S L
Decimal 253 250 13 0 0.01 0.95 0.01 59.25 0.98 0.52
Hex FD FA D 0 1 5F 1 3B 62 34
Octal 375 372 15 0 1 137 1 73 142 64
Binary 11111101 11111010 1101 0 1 1011111 1 111011 1100010 110100

Color Harmonies of #FDFA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFA0D

Black with #FDFA0D

Text Example


Text Example

White with #FDFA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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