Html Css Color HEX #FDFB02 Yellow

📋 copy color: '#FDFB02'

red 253 ◦ green 251 ◦ blue 2

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

Shades of Yellow #FDFB02

Tints of Yellow #FDFB02

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.6%

 BLUE value IS 2 (1.17% from 255) = 0.4%

R = 50%
G = 49.6%
B = 0.4%

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

#FDFB02 (or 0xFDFB02) is known color: Yellow. HEX triplet: FD, FB and 02. RGB value is (253,251,2). Sum of RGB (Red+Green+Blue) = 253+251+2=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 251 (98.44% from 255 or 49.60% from 506); Blue value is 2 (1.17% from 255 or 0.40% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFB02 is #0204FD. Grayscale: #E0E0E0. Windows color (decimal): -132350 or 195581. OLE color: 195581.

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

Color convert

RGB 253 251 2 -
CMYK 0 0.01 0.99 0.01
HSL 59.52º 0.98% 0.5% -
HSV(B) 59.52º 0.99% 0.99% -
XYZ 75.02 89.88 13.45 -
YUV 223.21 3.16 149.25 -
System Red Green Blue C M Y K H S L
Decimal 253 251 2 0 0.01 0.99 0.01 59.52 0.98 0.5
Hex FD FB 2 0 1 63 1 3C 62 32
Octal 375 373 2 0 1 143 1 74 142 62
Binary 11111101 11111011 10 0 1 1100011 1 111100 1100010 110010

Color Harmonies of #FDFB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFB02

Black with #FDFB02

Text Example


Text Example

White with #FDFB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFB02; }

 p { color: rgb(253,251,2); }

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

background-color css

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

 a { background-color: rgb(253,251,2); }

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

border-color css

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

 span { border-color: rgb(253,251,2); }

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