Html Css Color HEX #FDFA0B Yellow

📋 copy color: '#FDFA0B'

red 253 ◦ green 250 ◦ blue 11

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

Shades of Yellow #FDFA0B

Tints of Yellow #FDFA0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.14%

R = 49.22%
G = 48.64%
B = 2.14%

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

#FDFA0B (or 0xFDFA0B) is known color: Yellow. HEX triplet: FD, FA and 0B. RGB value is (253,250,11). Sum of RGB (Red+Green+Blue) = 253+250+11=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 11 (4.69% from 255 or 2.14% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFA0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFA0B is #0205F4. Grayscale: #E0E0E0. Windows color (decimal): -132597 or 785149. OLE color: 785149.

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

Color convert

RGB 253 250 11 -
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.61 -
YUV 223.65 7.99 148.93 -
System Red Green Blue C M Y K H S L
Decimal 253 250 11 0 0.01 0.96 0.01 59.26 0.98 0.52
Hex FD FA B 0 1 60 1 3B 62 34
Octal 375 372 13 0 1 140 1 73 142 64
Binary 11111101 11111010 1011 0 1 1100000 1 111011 1100010 110100

Color Harmonies of #FDFA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFA0B

Black with #FDFA0B

Text Example


Text Example

White with #FDFA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFA0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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