Html Css Color HEX #FDB902 Selective Yellow

📋 copy color: '#FDB902'

red 253 ◦ green 185 ◦ blue 2

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

Shades of Selective Yellow #FDB902

Tints of Selective Yellow #FDB902

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.05%

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

R = 57.5%
G = 42.05%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FDB902 (or 0xFDB902) is known color: Selective Yellow. HEX triplet: FD, B9 and 02. RGB value is (253,185,2). Sum of RGB (Red+Green+Blue) = 253+185+2=440 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.5% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 2 (1.17% from 255 or 0.45% from 440); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB902 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB902 is #0246FD. Grayscale: #B9B9B9. Windows color (decimal): -149246 or 178685. OLE color: 178685.

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

Color convert

RGB 253 185 2 -
CMYK 0 0.27 0.99 0.01
HSL 43.75º 0.98% 0.5% -
HSV(B) 43.75º 0.99% 0.99% -
XYZ 57.87 55.58 7.74 -
YUV 184.47 25.03 176.88 -
System Red Green Blue C M Y K H S L
Decimal 253 185 2 0 0.27 0.99 0.01 43.75 0.98 0.5
Hex FD B9 2 0 1B 63 1 2C 62 32
Octal 375 271 2 0 33 143 1 54 142 62
Binary 11111101 10111001 10 0 11011 1100011 1 101100 1100010 110010

Color Harmonies of #FDB902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB902

Black with #FDB902

Text Example


Text Example

White with #FDB902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB902; }

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

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

background-color css

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

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

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

border-color css

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

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

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