Html Css Color HEX #FDB207 Selective Yellow

📋 copy color: '#FDB207'

red 253 ◦ green 178 ◦ blue 7

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

Shades of Selective Yellow #FDB207

Tints of Selective Yellow #FDB207

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.64%

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

R = 57.76%
G = 40.64%
B = 1.6%

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

#FDB207 (or 0xFDB207) is known color: Selective Yellow. HEX triplet: FD, B2 and 07. RGB value is (253,178,7). Sum of RGB (Red+Green+Blue) = 253+178+7=438 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.76% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 7 (3.12% from 255 or 1.60% from 438); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB207 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB207 is #024DF8. Grayscale: #B5B5B5. Windows color (decimal): -151033 or 504573. OLE color: 504573.

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

Color convert

RGB 253 178 7 -
CMYK 0 0.30 0.97 0.01
HSL 41.71º 0.98% 0.51% -
HSV(B) 41.71º 0.97% 0.99% -
XYZ 56.47 52.74 7.4 -
YUV 180.93 29.85 179.4 -
System Red Green Blue C M Y K H S L
Decimal 253 178 7 0 0.30 0.97 0.01 41.71 0.98 0.51
Hex FD B2 7 0 1E 61 1 2A 62 33
Octal 375 262 7 0 36 141 1 52 142 63
Binary 11111101 10110010 111 0 11110 1100001 1 101010 1100010 110011

Color Harmonies of #FDB207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB207

Black with #FDB207

Text Example


Text Example

White with #FDB207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB207; }

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

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

background-color css

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

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

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

border-color css

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

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

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