Html Css Color HEX #FDB007 Selective Yellow

📋 copy color: '#FDB007'

red 253 ◦ green 176 ◦ blue 7

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

Shades of Selective Yellow #FDB007

Tints of Selective Yellow #FDB007

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.37%

 BLUE value IS 7 (3.13% from 255) = 1.61%

R = 58.03%
G = 40.37%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FDB007 (or 0xFDB007) is known color: Selective Yellow. HEX triplet: FD, B0 and 07. RGB value is (253,176,7). Sum of RGB (Red+Green+Blue) = 253+176+7=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 7 (3.12% from 255 or 1.61% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB007 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB007 is #024FF8. Grayscale: #B4B4B4. Windows color (decimal): -151545 or 504061. OLE color: 504061.

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

Color convert

RGB 253 176 7 -
CMYK 0 0.30 0.97 0.01
HSL 41.22º 0.98% 0.51% -
HSV(B) 41.22º 0.97% 0.99% -
XYZ 56.07 51.95 7.27 -
YUV 179.76 30.51 180.24 -
System Red Green Blue C M Y K H S L
Decimal 253 176 7 0 0.30 0.97 0.01 41.22 0.98 0.51
Hex FD B0 7 0 1E 61 1 29 62 33
Octal 375 260 7 0 36 141 1 51 142 63
Binary 11111101 10110000 111 0 11110 1100001 1 101001 1100010 110011

Color Harmonies of #FDB007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB007

Black with #FDB007

Text Example


Text Example

White with #FDB007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB007; }

 p { color: rgb(253,176,7); }

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

background-color css

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

 a { background-color: rgb(253,176,7); }

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

border-color css

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

 span { border-color: rgb(253,176,7); }

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