Html Css Color HEX #FDFB0E Yellow

📋 copy color: '#FDFB0E'

red 253 ◦ green 251 ◦ blue 14

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

Shades of Yellow #FDFB0E

Tints of Yellow #FDFB0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.7%

R = 48.84%
G = 48.46%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDFB0E (or 0xFDFB0E) is known color: Yellow. HEX triplet: FD, FB and 0E. RGB value is (253,251,14). Sum of RGB (Red+Green+Blue) = 253+251+14=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 251 (98.44% from 255 or 48.46% from 518); Blue value is 14 (5.86% from 255 or 2.70% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFB0E is #0204F1. Grayscale: #E1E1E1. Windows color (decimal): -132338 or 982013. OLE color: 982013.

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

Color convert

RGB 253 251 14 -
CMYK 0 0.01 0.94 0.01
HSL 59.5º 0.98% 0.52% -
HSV(B) 59.5º 0.94% 0.99% -
XYZ 75.08 89.91 13.81 -
YUV 224.58 9.16 148.27 -
System Red Green Blue C M Y K H S L
Decimal 253 251 14 0 0.01 0.94 0.01 59.5 0.98 0.52
Hex FD FB E 0 1 5E 1 3B 62 34
Octal 375 373 16 0 1 136 1 73 142 64
Binary 11111101 11111011 1110 0 1 1011110 1 111011 1100010 110100

Color Harmonies of #FDFB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFB0E

Black with #FDFB0E

Text Example


Text Example

White with #FDFB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFB0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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