Html Css Color HEX #FDFA03 Yellow

📋 copy color: '#FDFA03'

red 253 ◦ green 250 ◦ blue 3

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

Shades of Yellow #FDFA03

Tints of Yellow #FDFA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.59%

R = 50%
G = 49.41%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FDFA03 (or 0xFDFA03) is known color: Yellow. HEX triplet: FD, FA and 03. RGB value is (253,250,3). Sum of RGB (Red+Green+Blue) = 253+250+3=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 3 (1.56% from 255 or 0.59% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFA03 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFA03 is #0205FC. Grayscale: #DFDFDF. Windows color (decimal): -132605 or 260861. OLE color: 260861.

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

Color convert

RGB 253 250 3 -
CMYK 0 0.01 0.99 0.01
HSL 59.28º 0.98% 0.5% -
HSV(B) 59.28º 0.99% 0.99% -
XYZ 74.71 89.26 13.38 -
YUV 222.74 3.99 149.58 -
System Red Green Blue C M Y K H S L
Decimal 253 250 3 0 0.01 0.99 0.01 59.28 0.98 0.5
Hex FD FA 3 0 1 63 1 3B 62 32
Octal 375 372 3 0 1 143 1 73 142 62
Binary 11111101 11111010 11 0 1 1100011 1 111011 1100010 110010

Color Harmonies of #FDFA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFA03

Black with #FDFA03

Text Example


Text Example

White with #FDFA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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